Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DCommunalTouchHandler.java64 private int mLayoutDirection = LayoutDirection.LTR; field in CommunalTouchHandler
70 final Consumer<Integer> mLayoutDirectionCallback = direction -> mLayoutDirection = direction;
126 if (mLayoutDirection == LayoutDirection.LTR) { in getTouchInitiationRegion()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DBasicBitmapDrawable.java76 private int mLayoutDirection; field in BasicBitmapDrawable
140 if (mLayoutDirection != layoutDirection) { in setLayoutDirectionLocal()
141 mLayoutDirection = layoutDirection; in setLayoutDirectionLocal()
163 return mLayoutDirection; in getLayoutDirectionLocal()
/frameworks/base/core/java/com/android/internal/widget/
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 …]
DGridLayoutManager.java643 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
651 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java83 private int mLayoutDirection; field in PagedTileLayout
105 mLayoutDirection = getLayoutDirection(); in PagedTileLayout()
187 final int page = getPageNumberForDirection(mLayoutDirection == LAYOUT_DIRECTION_RTL); in onRtlPropertiesChanged()
189 if (mLayoutDirection != layoutDirection) { in onRtlPropertiesChanged()
190 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
DQSImpl.java105 private int mLayoutDirection; field in QSImpl
399 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigurationChanged()
400 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigurationChanged()
1034 indentingPw.println("mLayoutDirection: " + mLayoutDirection); in dump()
/frameworks/base/graphics/java/android/graphics/drawable/
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()
DDrawable.java197 private int mLayoutDirection; field in Drawable
518 return mLayoutDirection; in getLayoutDirection()
535 if (mLayoutDirection != layoutDirection) { in setLayoutDirection()
536 mLayoutDirection = layoutDirection; in setLayoutDirection()
/frameworks/base/core/java/android/widget/
DLinearLayout.java228 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in LinearLayout
1741 if (layoutDirection != mLayoutDirection) { in onRtlPropertiesChanged()
1742 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/
DNavigationBar.java248 private int mLayoutDirection; field in NavigationBar
922 if (!locale.equals(mLocale) || ld != mLayoutDirection) { in onConfigurationChanged()
925 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection, in onConfigurationChanged()
929 mLayoutDirection = ld; in onConfigurationChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java279 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in BubbleController
1313 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigurationChanged()
1314 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigurationChanged()
1315 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigurationChanged()
/frameworks/base/core/java/android/view/
DViewGroup.java9262 private int mLayoutDirection; field in ViewGroup.ViewLocationHolder
9320 if (holder1.mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareBoundsOfTree()
9391 mLayoutDirection = root.getLayoutDirection(); in init()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16855 Landroid/graphics/drawable/Drawable;->mLayoutDirection:I
16898 Landroid/graphics/drawable/DrawableContainer$DrawableContainerState;->mLayoutDirection:I
63420 Landroid/view/ViewGroup$ViewLocationHolder;->mLayoutDirection:I
67437 Landroid/widget/LinearLayout;->mLayoutDirection:I