Home
last modified time | relevance | path

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

123

/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/launcher3/uioverrides/
DBaseRecentsViewStateController.java64 if (mRecentsView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in setState()
105 if (mRecentsView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in setStateWithAnimationInternal()
/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/DeskClock/src/com/android/deskclock/widget/
DCircleView.java119 applyGravity(mGravity, getLayoutDirection()); in onLayout()
160 applyGravity(gravity, getLayoutDirection()); in setGravity()
/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/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewCoordinates.java135 public int getLayoutDirection() { in getLayoutDirection() method in ConversationItemViewCoordinates.Config
287 ViewCompat.setLayoutDirection(view, config.getLayoutDirection()); in ConversationItemViewCoordinates()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperThumbnailView.java78 if (getLayoutDirection() == LAYOUT_DIRECTION_RTL) { in recomputeImageMatrix()
/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/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java483 getView().getLayoutDirection() == View.LAYOUT_DIRECTION_RTL in getPreviewOffsetStartShown()
506 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in getOffsetStart()
514 if (view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in getOffsetEnd()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListPinnedHeaderView.java56 setLayoutDirection(parent.getLayoutDirection()); in ContactListPinnedHeaderView()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DViewUtils.java41 return ViewCompat.getLayoutDirection(view) == ViewCompat.LAYOUT_DIRECTION_RTL; in isViewRtl()
/packages/apps/Contacts/src/com/android/contacts/util/
DViewUtil.java57 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
/packages/apps/PhoneCommon/src/com/android/phone/common/util/
DViewUtil.java59 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
/packages/apps/Messaging/src/com/android/messaging/ui/
DViewPagerTabStrip.java100 return OsUtil.isAtLeastJB_MR2() ? getLayoutDirection() == View.LAYOUT_DIRECTION_RTL : false; in isRtl()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DViewPagerTabStrip.java108 return getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isRtl()
/packages/apps/Contacts/src/com/android/contacts/widget/
DMultiShrinkScroller.java909 if (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in draw()
925 if (getLayoutDirection() != View.LAYOUT_DIRECTION_RTL) { in draw()
1059 if (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) { in updateHeaderTextSizeAndMargin()
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
DSetupMultiPaneFragment.java74 if (getResources().getConfiguration().getLayoutDirection() in onCreateView()
/packages/apps/ThemePicker/src/com/android/customization/picker/
DBasePreviewAdapter.java73 if (ViewCompat.getLayoutDirection(container) == LAYOUT_DIRECTION_RTL) { in instantiateItem()
/packages/apps/Dialer/java/com/android/dialer/util/
DViewUtil.java67 return view.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isViewLayoutRtl()
/packages/apps/Dialer/java/com/android/dialer/widget/
DFloatingActionButtonController.java194 return fab.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; in isLayoutRtl()

123