Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java57 private boolean mInvertIfRtl = false; field in ShortcutAndWidgetContainer
120 mInvertIfRtl = invert; in setInvertIfRtl()
161 return mInvertIfRtl && Utilities.isRtl(getResources()); in invertLayoutHorizontally()