Searched defs:mLayoutDirection (Results 1 - 15 of 15) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DActionPresenterSelector.java49 int mLayoutDirection; field in class:ActionPresenterSelector.ActionViewHolder
54 mLayoutDirection = layoutDirection;
106 if (vh.mLayoutDirection == View.LAYOUT_DIRECTION_RTL) {
H A DPagingIndicator.java475 float mLayoutDirection = mIsLtr ? LTR : RTL; field in class:PagingIndicator.Dot
520 this.mTranslationX = translationX * mDirection * mLayoutDirection;
549 mLayoutDirection = mIsLtr ? LTR : RTL;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLayoutState.java64 int mLayoutDirection; field in class:LayoutState
111 + ", mLayoutDirection=" + mLayoutDirection
H A DLinearLayoutManager.java941 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END;
955 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_START;
1160 mLayoutState.mLayoutDirection = layoutDirection;
1456 * @see android.support.v7.widget.LinearLayoutManager.LayoutState#mLayoutDirection
1462 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1505 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection;
1550 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1557 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1575 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1586 if (layoutState.mLayoutDirection
2154 int mLayoutDirection; field in class:LinearLayoutManager.LayoutState
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java64 private int mLayoutDirection; field in class:QSFragment
144 if (newConfig.getLayoutDirection() != mLayoutDirection) {
145 mLayoutDirection = newConfig.getLayoutDirection();
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java76 private int mLayoutDirection; field in class:BasicBitmapDrawable
140 if (mLayoutDirection != layoutDirection) {
141 mLayoutDirection = layoutDirection;
163 return mLayoutDirection;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarFragment.java124 private int mLayoutDirection; field in class:NavigationBarFragment
230 if (!locale.equals(mLocale) || ld != mLayoutDirection) {
233 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection,
237 mLayoutDirection = ld;
H A DStatusBar.java818 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(mLocale);
5210 protected int mLayoutDirection = -1; // invalid field in class:StatusBar
/frameworks/base/core/java/android/widget/
H A DLinearLayout.java219 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in class:LinearLayout
1647 if (layoutDirection != mLayoutDirection) {
1648 mLayoutDirection = layoutDirection;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java189 private int mLayoutDirection; field in class:Drawable
495 return mLayoutDirection;
512 if (mLayoutDirection != layoutDirection) {
513 mLayoutDirection = layoutDirection;
H A DDrawableContainer.java718 int mLayoutDirection; field in class:DrawableContainer.DrawableContainerState
753 mLayoutDirection = orig.mLayoutDirection;
883 child.setLayoutDirection(mLayoutDirection);
943 mLayoutDirection = layoutDirection;
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearLayoutManager.java936 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END;
950 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_START;
1155 mLayoutState.mLayoutDirection = layoutDirection;
1451 * @see com.android.internal.widget.LinearLayoutManager.LayoutState#mLayoutDirection
1457 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1494 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection;
1539 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1546 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1564 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1575 if (layoutState.mLayoutDirection
2085 int mLayoutDirection; field in class:LinearLayoutManager.LayoutState
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1791 private int mLayoutDirection = -1; field in class:TabLayout.SlidingTabStrip
1850 if (mLayoutDirection != layoutDirection) {
1852 mLayoutDirection = layoutDirection;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java1130 final int mLayoutDirection; field in class:BaseRecyclerViewInstrumentationTest.TargetTuple
1134 this.mLayoutDirection = layoutDirection;
1141 ", mLayoutDirection=" + mLayoutDirection +
/frameworks/base/core/java/android/view/
H A DViewGroup.java8354 private int mLayoutDirection; field in class:ViewGroup.ViewLocationHolder
8393 if (mLayoutDirection == LAYOUT_DIRECTION_LTR) {
8429 mLayoutDirection = root.getLayoutDirection();

Completed in 6437 milliseconds