Home
last modified time | relevance | path

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

/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/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java63 private int mLayoutDirection; field in PagedTileLayout
77 mLayoutDirection = getLayoutDirection(); in PagedTileLayout()
125 if (mLayoutDirection != layoutDirection) { in onRtlPropertiesChanged()
126 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
146 if (mLayoutDirection == LAYOUT_DIRECTION_RTL) { in getCurrentPageNumber()
DQSFragment.java89 private int mLayoutDirection; field in QSFragment
299 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigurationChanged()
300 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigurationChanged()
/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/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
522 return mLayoutDirection; in getLayoutDirection()
539 if (mLayoutDirection != layoutDirection) { in setLayoutDirection()
540 mLayoutDirection = layoutDirection; in setLayoutDirection()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java190 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in BubbleController
750 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigChanged()
751 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigChanged()
752 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java224 private int mLayoutDirection; field in NavigationBar
727 if (!locale.equals(mLocale) || ld != mLayoutDirection) { in onConfigurationChanged()
730 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection, in onConfigurationChanged()
734 mLayoutDirection = ld; in onConfigurationChanged()
/frameworks/base/core/java/android/widget/
DLinearLayout.java228 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in LinearLayout
1685 if (layoutDirection != mLayoutDirection) { in onRtlPropertiesChanged()
1686 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
/frameworks/base/core/java/android/view/
DViewGroup.java9063 private int mLayoutDirection; field in ViewGroup.ViewLocationHolder
9121 if (holder1.mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareBoundsOfTree()
9192 mLayoutDirection = root.getLayoutDirection(); in init()
/frameworks/base/boot/hiddenapi/
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