Searched refs:mLayoutDirection (Results 1 – 9 of 9) sorted by relevance
76 private int mLayoutDirection; field in BasicBitmapDrawable140 if (mLayoutDirection != layoutDirection) { in setLayoutDirectionLocal()141 mLayoutDirection = layoutDirection; in setLayoutDirectionLocal()163 return mLayoutDirection; in getLayoutDirectionLocal()
63 private int mLayoutDirection; field in PagedTileLayout75 mLayoutDirection = getLayoutDirection(); in PagedTileLayout()102 if (mLayoutDirection != layoutDirection) { in onRtlPropertiesChanged()103 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()123 if (mLayoutDirection == LAYOUT_DIRECTION_RTL) { in getCurrentPageNumber()
75 private int mLayoutDirection; field in QSFragment178 if (newConfig.getLayoutDirection() != mLayoutDirection) { in onConfigurationChanged()179 mLayoutDirection = newConfig.getLayoutDirection(); in onConfigurationChanged()
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 …]
721 int mLayoutDirection; field in DrawableContainer.DrawableContainerState758 mLayoutDirection = orig.mLayoutDirection; in DrawableContainerState()888 child.setLayoutDirection(mLayoutDirection); in prepareDrawable()948 mLayoutDirection = layoutDirection; in setLayoutDirection()
197 private int mLayoutDirection; field in Drawable522 return mLayoutDirection; in getLayoutDirection()539 if (mLayoutDirection != layoutDirection) { in setLayoutDirection()540 mLayoutDirection = layoutDirection; in setLayoutDirection()
162 private int mLayoutDirection; field in NavigationBarFragment390 if (!locale.equals(mLocale) || ld != mLayoutDirection) { in onConfigurationChanged()393 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection, in onConfigurationChanged()397 mLayoutDirection = ld; in onConfigurationChanged()
228 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in LinearLayout1685 if (layoutDirection != mLayoutDirection) { in onRtlPropertiesChanged()1686 mLayoutDirection = layoutDirection; in onRtlPropertiesChanged()
8765 private int mLayoutDirection; field in ViewGroup.ViewLocationHolder8823 if (holder1.mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareBoundsOfTree()8894 mLayoutDirection = root.getLayoutDirection(); in init()