/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/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/packages/SystemUI/src/com/android/systemui/qs/ |
D | PagedTileLayout.java | 80 private int mLayoutDirection; field in PagedTileLayout 102 mLayoutDirection = getLayoutDirection(); in PagedTileLayout() 180 final int page = getPageNumberForDirection(mLayoutDirection == LAYOUT_DIRECTION_RTL); in onRtlPropertiesChanged() 182 if (mLayoutDirection != layoutDirection) { in onRtlPropertiesChanged() 183 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
|
D | QSImpl.java | 104 private int mLayoutDirection; field in QSImpl 372 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigurationChanged() 373 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigurationChanged() 993 indentingPw.println("mLayoutDirection: " + mLayoutDirection); in dump()
|
/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 518 return mLayoutDirection; in getLayoutDirection() 535 if (mLayoutDirection != layoutDirection) { in setLayoutDirection() 536 mLayoutDirection = layoutDirection; in setLayoutDirection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBar.java | 240 private int mLayoutDirection; field in NavigationBar 893 if (!locale.equals(mLocale) || ld != mLayoutDirection) { in onConfigurationChanged() 896 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection, in onConfigurationChanged() 900 mLayoutDirection = ld; in onConfigurationChanged()
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 228 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in LinearLayout 1741 if (layoutDirection != mLayoutDirection) { in onRtlPropertiesChanged() 1742 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleController.java | 261 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in BubbleController 1133 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigurationChanged() 1134 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigurationChanged() 1135 mStackView.onLayoutDirectionChanged(mLayoutDirection); in onConfigurationChanged()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 9191 private int mLayoutDirection; field in ViewGroup.ViewLocationHolder 9249 if (holder1.mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareBoundsOfTree() 9320 mLayoutDirection = root.getLayoutDirection(); in init()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 16855 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
|