summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorCasey Burkhardt <caseyburkhardt@google.com>2015-02-12 23:23:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-02-12 23:23:45 +0000
commit6f2dd8a9b195a2bc8538820d8685a4a0576964f9 (patch)
tree65c84787b7bb9b3eb70836add006bd9e1a407e80 /core/res
parent77c5de0d68fb1e40e01082cf97758b2d35bfca91 (diff)
parentd29a1e47d44ac072502342c3b9f55e9870e914ba (diff)
downloadframeworks_base-6f2dd8a9b195a2bc8538820d8685a4a0576964f9.zip
frameworks_base-6f2dd8a9b195a2bc8538820d8685a4a0576964f9.tar.gz
frameworks_base-6f2dd8a9b195a2bc8538820d8685a4a0576964f9.tar.bz2
Merge "Support circular magnification frame on circular devices" into lmp-mr1-modular-dev
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/dimens.xml3
-rwxr-xr-xcore/res/res/values/symbols.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values/dimens.xml b/core/res/res/values/dimens.xml
index 02fa128..30ea7c1 100644
--- a/core/res/res/values/dimens.xml
+++ b/core/res/res/values/dimens.xml
@@ -304,6 +304,9 @@
<!-- Touch slop for the global toggle accessibility gesture -->
<dimen name="accessibility_touch_slop">80dip</dimen>
+ <!-- Width of the outline stroke used by the accessibility screen magnification indicator -->
+ <dimen name="accessibility_magnification_indicator_width">4dip</dimen>
+
<!-- Width of the sliding KeyguardSecurityContainer (includes 2x keyguard_security_view_margin) -->
<dimen name="keyguard_security_width">320dp</dimen>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 77c981a..bd69fb0 100755
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -412,6 +412,7 @@
<java-symbol type="dimen" name="notification_badge_size" />
<java-symbol type="dimen" name="immersive_mode_cling_width" />
<java-symbol type="dimen" name="circular_display_mask_offset" />
+ <java-symbol type="dimen" name="accessibility_magnification_indicator_width" />
<java-symbol type="string" name="add_account_button_label" />
<java-symbol type="string" name="addToDictionary" />