/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | PagedTileLayout.java | 63 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()
|
D | QSFragment.java | 89 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/ |
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 …]
|
D | GridLayoutManager.java | 643 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk() 651 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
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()
|
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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleController.java | 190 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/ |
D | NavigationBar.java | 224 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/ |
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()
|
/frameworks/base/core/java/android/view/ |
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()
|
/frameworks/base/boot/hiddenapi/ |
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
|