summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/DeviceProfile.java
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2015-04-10 14:35:23 -0700
committerHyunyoung Song <hyunyoungs@google.com>2015-04-13 17:44:31 -0700
commitada50984dc149c1f4337f965fbb59bdeaac8d09f (patch)
tree64e471cd5137bfb158ed826628eb1f7005ff696f /src/com/android/launcher3/DeviceProfile.java
parentd9760ee2de0a245fe0a0c11891723ef3f1513de9 (diff)
downloadandroid_packages_apps_Trebuchet-ada50984dc149c1f4337f965fbb59bdeaac8d09f.tar.gz
android_packages_apps_Trebuchet-ada50984dc149c1f4337f965fbb59bdeaac8d09f.tar.bz2
android_packages_apps_Trebuchet-ada50984dc149c1f4337f965fbb59bdeaac8d09f.zip
Focus handling - RTL support
- Support LEFT and RIGHT keys to work across workspaces when in RTL mode. - Folder icons navigate correctly on DPAD_LEFT/RIGHT events - Folder navigation across pages also works correctly - Deleted dead code inside FocusHelper b/20120358 Change-Id: I7f851cb7ed31f666a91b2f856458d7966ea5f712
Diffstat (limited to 'src/com/android/launcher3/DeviceProfile.java')
-rw-r--r--src/com/android/launcher3/DeviceProfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java
index 786f2ce03..22fb6a049 100644
--- a/src/com/android/launcher3/DeviceProfile.java
+++ b/src/com/android/launcher3/DeviceProfile.java
@@ -82,7 +82,7 @@ public class DeviceProfile {
boolean isLandscape;
boolean isTablet;
boolean isLargeTablet;
- boolean isLayoutRtl;
+ public boolean isLayoutRtl;
boolean transposeLayoutWithOrientation;