Home
last modified time | relevance | path

Searched refs:mInvertIfRtl (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DShortcutAndWidgetContainer.java44 private boolean mInvertIfRtl = false; field in ShortcutAndWidgetContainer
111 mInvertIfRtl = invert; in setInvertIfRtl()
127 return mInvertIfRtl && isLayoutRtl(); in invertLayoutHorizontally()
/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java49 private boolean mInvertIfRtl = false; field in ShortcutAndWidgetContainer
122 mInvertIfRtl = invert; in setInvertIfRtl()
171 return mInvertIfRtl && Utilities.isRtl(getResources()); in invertLayoutHorizontally()