/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/ |
D | CommunalTouchHandler.java | 64 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/ |
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 | 83 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()
|
D | QSImpl.java | 105 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/ |
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/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/packages/SystemUI/src/com/android/systemui/navigationbar/views/ |
D | NavigationBar.java | 248 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/ |
D | BubbleController.java | 279 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/ |
D | ViewGroup.java | 9262 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/ |
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
|