Home
last modified time | relevance | path

Searched refs:getLayoutDirection (Results 1 – 25 of 83) sorted by relevance

1234

/packages/apps/TV/src/com/android/tv/guide/
DTimelineRow.java52 * (getLayoutDirection() == LAYOUT_DIRECTION_LTR ? 1 : -1); in scrollTo()
80 return (getLayoutDirection() == LAYOUT_DIRECTION_LTR) ? FADING_EDGE_STRENGTH_START : 0; in getLeftFadingEdgeStrength()
85 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL) ? FADING_EDGE_STRENGTH_START : 0; in getRightFadingEdgeStrength()
DProgramRow.java120 return getLayoutDirection() == LAYOUT_DIRECTION_LTR in isDirectionStart()
127 return getLayoutDirection() == LAYOUT_DIRECTION_LTR in isDirectionEnd()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
DSuggestionItemView.java58 if (getResources().getConfiguration().getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in onFinishInflate()
89 getResources().getConfiguration().getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in focusSearch()
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DFadeAndShortSlide.java60 sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
77 sceneRoot.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL;
136 sViewPositionComparator.mIsLtr = view.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR; in getDelayOrder()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DClearAllButton.java60 mIsRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in ClearAllButton()
78 mIsRtl = getLayoutDirection() == LAYOUT_DIRECTION_RTL; in onRtlPropertiesChanged()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DActionPresenterSelector.java73 return new ActionViewHolder(v, parent.getLayoutDirection()); in onCreateViewHolder()
96 return new ActionViewHolder(v, parent.getLayoutDirection()); in onCreateViewHolder()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DSchedulesHeaderRowPresenter.java107 context.getResources().getConfiguration().getLayoutDirection() in SeriesRecordingHeaderRowPresenter()
203 context.getResources().getConfiguration().getLayoutDirection() in SeriesHeaderRowViewHolder()
DSeriesScheduleRowPresenter.java36 context.getResources().getConfiguration().getLayoutDirection() in SeriesScheduleRowPresenter()
/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/
DTestFocusArea.java93 public int getLayoutDirection() { in getLayoutDirection() method in TestFocusArea
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupStepIndicatorView.java41 final int layoutDirection = ViewCompat.getLayoutDirection(this); in setIndicatorPosition()
DSetupStartIndicatorView.java99 final int layoutDirection = ViewCompat.getLayoutDirection(this); in onDraw()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperThumbnailView.java78 if (getLayoutDirection() == LAYOUT_DIRECTION_RTL) { in recomputeImageMatrix()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListPinnedHeaderView.java56 setLayoutDirection(parent.getLayoutDirection()); in ContactListPinnedHeaderView()
DPinnedHeaderListAdapter.java86 view.setLayoutDirection(parent.getLayoutDirection()); in getPinnedHeaderView()
/packages/apps/PhoneCommon/src/com/android/phone/common/util/
DViewUtil.java59 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
/packages/apps/Contacts/src/com/android/contacts/util/
DViewUtil.java57 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabStrip.java108 return getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isRtl()
/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabStrip.java100 return OsUtil.isAtLeastJB_MR2() ? getLayoutDirection() == View.LAYOUT_DIRECTION_RTL : false; in isRtl()
/packages/apps/Settings/src/com/android/settings/accessibility/
DItemInfoArrayAdapter.java64 if (getContext().getResources().getConfiguration().getLayoutDirection() in getView()
/packages/apps/Dialer/java/com/android/dialer/util/
DViewUtil.java67 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
DSetupMultiPaneFragment.java74 if (getResources().getConfiguration().getLayoutDirection() in onCreateView()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java482 getView().getLayoutDirection() == View.LAYOUT_DIRECTION_RTL in getPreviewOffsetStartShown()
505 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in getOffsetStart()
513 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in getOffsetEnd()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPopupMenu.java54 boolean isLtr = res.getConfiguration().getLayoutDirection() == View.LAYOUT_DIRECTION_LTR; in WalletPopupMenu()
/packages/apps/Dialer/java/com/android/dialer/widget/
DFloatingActionButtonController.java194 return fab.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isLayoutRtl()
/packages/apps/ThemePicker/src/com/android/customization/picker/
DBasePreviewAdapter.java75 if (ViewCompat.getLayoutDirection(container) == LAYOUT_DIRECTION_RTL) { in instantiateItem()

1234