Searched defs:isLayoutRtl (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java127 return mInvertIfRtl && isLayoutRtl();
130 public boolean isLayoutRtl() { method in class:ShortcutAndWidgetContainer
H A DFolder.java615 public boolean isLayoutRtl() { method in class:Folder
623 if (isLayoutRtl()) {
H A DPagedView.java260 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
262 public boolean isLayoutRtl() { method in class:PagedView
411 final boolean isRtl = isLayoutRtl();
587 final int index = isLayoutRtl() ? 0 : childCount - 1;
653 final boolean isRtl = isLayoutRtl();
736 final boolean isRtl = isLayoutRtl();
784 final boolean isRtl = isLayoutRtl();
965 if (isLayoutRtl()) {
976 if (isLayoutRtl()) {
1313 final boolean isRtl = isLayoutRtl();
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java172 return mInvertIfRtl && isLayoutRtl();
175 public boolean isLayoutRtl() { method in class:ShortcutAndWidgetContainer
H A DDragLayer.java801 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
803 private boolean isLayoutRtl() { method in class:DragLayer
818 final boolean isRtl = isLayoutRtl();
H A DFolder.java628 public boolean isLayoutRtl() { method in class:Folder
655 if (isLayoutRtl()) {
H A DPagedView.java462 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
464 public boolean isLayoutRtl() { method in class:PagedView
630 final boolean isRtl = isLayoutRtl();
923 final boolean isRtl = isLayoutRtl();
978 final int index = isLayoutRtl() ? 0 : childCount - 1;
1308 if (isLayoutRtl()) {
1320 if (isLayoutRtl()) {
1623 if (isLayoutRtl()) {
1873 final boolean isRtl = isLayoutRtl();
2005 boolean isForwardScroll = isLayoutRtl()
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java429 private boolean isLayoutRtl() { method in class:StaggeredGridView
1568 mIsRtlLayout = isLayoutRtl();

Completed in 736 milliseconds