Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/
H A DTestFocusArea.java34 private int mLayoutDirection = LAYOUT_DIRECTION_LTR; field in TestFocusArea
84 if (mLayoutDirection != layoutDirection) { in setLayoutDirection()
85 mLayoutDirection = layoutDirection; in setLayoutDirection()
94 return mLayoutDirection; in getLayoutDirection()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java76 private int mLayoutDirection; field in BasicBitmapDrawable
140 if (mLayoutDirection != layoutDirection) { in setLayoutDirectionLocal()
141 mLayoutDirection = layoutDirection; in setLayoutDirectionLocal()
163 return mLayoutDirection; in getLayoutDirectionLocal()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPagedTileLayout.java63 private int mLayoutDirection; field in PagedTileLayout
77 mLayoutDirection = getLayoutDirection(); in PagedTileLayout()
146 if (mLayoutDirection != layoutDirection) { in onRtlPropertiesChanged()
147 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
167 if (mLayoutDirection == LAYOUT_DIRECTION_RTL) { in getCurrentPageNumber()
H A DQSFragment.java90 private int mLayoutDirection; field in QSFragment
308 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigurationChanged()
309 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigurationChanged()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DActionPresenterSelector.java58 int mLayoutDirection; field in ActionPresenterSelector.ActionViewHolder
63 mLayoutDirection = layoutDirection; in ActionViewHolder()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java932 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END; in updateLayoutStateToFillEnd()
946 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_START; in updateLayoutStateToFillStart()
1151 mLayoutState.mLayoutDirection = layoutDirection; in updateLayoutState()
1453 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in recycleByLayoutState()
1490 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection; in fill()
1535 if (mShouldReverseLayout == (layoutState.mLayoutDirection in layoutChunk()
1542 if (mShouldReverseLayout == (layoutState.mLayoutDirection in layoutChunk()
1560 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
1571 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
2081 int mLayoutDirection;
[all …]
H A DGridLayoutManager.java643 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
651 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java720 int mLayoutDirection; field in DrawableContainer.DrawableContainerState
757 mLayoutDirection = orig.mLayoutDirection; in DrawableContainerState()
887 child.setLayoutDirection(mLayoutDirection); in prepareDrawable()
947 mLayoutDirection = layoutDirection; in setLayoutDirection()
H A DDrawable.java197 private int mLayoutDirection; field in Drawable
522 return mLayoutDirection; in getLayoutDirection()
539 if (mLayoutDirection != layoutDirection) { in setLayoutDirection()
540 mLayoutDirection = layoutDirection; in setLayoutDirection()
/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/builders/
H A DPreferenceSliceBuilder.java214 private int mLayoutDirection = -1; field in PreferenceSliceBuilder.RowBuilder
727 mLayoutDirection = layoutDirection; in setLayoutDirection()
926 return mLayoutDirection; in getLayoutDirection()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java189 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in BubbleController
769 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigChanged()
770 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigChanged()
771 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java169 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in MatchParentShrinkingLinearLayout
1195 if (layoutDirection != mLayoutDirection) { in onRtlPropertiesChanged()
1196 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java217 private int mLayoutDirection; field in NavigationBar
726 if (!locale.equals(mLocale) || ld != mLayoutDirection) { in onConfigurationChanged()
729 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection, in onConfigurationChanged()
733 mLayoutDirection = ld; in onConfigurationChanged()
/aosp12/frameworks/base/core/java/android/widget/
H A DLinearLayout.java228 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in LinearLayout
1685 if (layoutDirection != mLayoutDirection) { in onRtlPropertiesChanged()
1686 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java9063 private int mLayoutDirection; field in ViewGroup.ViewLocationHolder
9121 if (holder1.mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareBoundsOfTree()
9192 mLayoutDirection = root.getLayoutDirection(); in init()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19733 Landroid/graphics/drawable/Drawable;->mLayoutDirection:I
19776 Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;->mLayoutDirection:I
67386 Landroid/view/ViewGroup$ViewLocationHolder;->mLayoutDirection:I
71403 Landroid/widget/LinearLayout;->mLayoutDirection:I