Searched refs:isLayoutRtl (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DPercentageBarChart.java82 final boolean isLayoutRtl = isLayoutRtl();
83 if (isLayoutRtl) {
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DDownloadItem.java86 if (isLayoutRtl()) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java127 return mInvertIfRtl && isLayoutRtl();
130 public boolean isLayoutRtl() { method in class:ShortcutAndWidgetContainer
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...]
H A DFolder.java615 public boolean isLayoutRtl() { method in class:Folder
623 if (isLayoutRtl()) {
H A DAppsCustomizePagedView.java1024 final boolean isRtl = isLayoutRtl();
1379 final boolean isRtl = isLayoutRtl();
H A DWorkspace.java1218 final boolean isRtl = isLayoutRtl();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java172 return mInvertIfRtl && isLayoutRtl();
175 public boolean isLayoutRtl() { method in class:ShortcutAndWidgetContainer
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...]
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 DWorkspace.java977 boolean swipeInIgnoreDirection = isLayoutRtl() ? deltaX < 0 : deltaX > 0;
1188 if (isLayoutRtl()) {
1202 int offsetForLayoutTransitionAnimation = isLayoutRtl() ?
1214 int padding = isLayoutRtl() ? parallaxPageSpan - numScrollingPages + 1 : 0;
1440 if (isLayoutRtl()) {
1490 final boolean isRtl = isLayoutRtl();
1497 boolean shouldOverScroll = (mOverScrollX < 0 && (!hasCustomContent() || isLayoutRtl())) ||
1498 (mOverScrollX > mMaxScrollX && (!hasCustomContent() || !isLayoutRtl()));
H A DFolder.java628 public boolean isLayoutRtl() { method in class:Folder
655 if (isLayoutRtl()) {
H A DAppsCustomizePagedView.java993 final boolean isRtl = isLayoutRtl();
1354 final boolean isRtl = isLayoutRtl();
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java126 if (isLayoutRtl()) {
H A DContactListItemView.java503 final boolean isLayoutRtl = isLayoutRtl();
507 mHeaderTextView.layout(isLayoutRtl ? leftBound : leftBound + mHeaderTextIndent,
509 isLayoutRtl ? rightBound - mHeaderTextIndent : rightBound,
592 if (isLayoutRtl) {
H A DPinnedHeaderListView.java541 canvas.translate(isLayoutRtl() ?
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java1007 final boolean isLayoutRtl = isRTL();
1010 position = isLayoutRtl ? View.SCROLLBAR_POSITION_RIGHT : View.SCROLLBAR_POSITION_LEFT;
1012 position = isLayoutRtl ? View.SCROLLBAR_POSITION_LEFT : View.SCROLLBAR_POSITION_RIGHT;
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java660 final boolean layoutRtl = isLayoutRtl();
/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 310 milliseconds