/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/ |
H A D | TestFocusArea.java | 34 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 D | BasicBitmapDrawable.java | 76 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 D | PagedTileLayout.java | 63 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 D | QSFragment.java | 90 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 D | ActionPresenterSelector.java | 58 int mLayoutDirection; field in ActionPresenterSelector.ActionViewHolder 63 mLayoutDirection = layoutDirection; in ActionViewHolder()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LinearLayoutManager.java | 932 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 D | GridLayoutManager.java | 643 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 D | DrawableContainer.java | 720 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 D | Drawable.java | 197 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 D | PreferenceSliceBuilder.java | 214 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 D | BubbleController.java | 189 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 D | MatchParentShrinkingLinearLayout.java | 169 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 D | NavigationBar.java | 217 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 D | LinearLayout.java | 228 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 D | ViewGroup.java | 9063 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 D | hiddenapi-max-target-o.txt | 19733 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
|