[go: nahoru, domu]

Searched defs:mLayoutDirection (Results 1 - 11 of 11) 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.java429 float mLayoutDirection = mIsLtr ? LTR : RTL; field in class:PagingIndicator.Dot
474 this.mTranslationX = translationX * mDirection * mLayoutDirection;
503 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.java927 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END;
941 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_START;
1146 mLayoutState.mLayoutDirection = layoutDirection;
1338 * @see android.support.v7.widget.LinearLayoutManager.LayoutState#mLayoutDirection
1344 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1381 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection;
1426 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1433 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1451 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1462 if (layoutState.mLayoutDirection
1972 int mLayoutDirection; field in class:LinearLayoutManager.LayoutState
[all...]
/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/core/java/android/widget/
H A DLinearLayout.java196 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in class:LinearLayout
1597 if (layoutDirection != mLayoutDirection) {
1598 mLayoutDirection = layoutDirection;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java186 private int mLayoutDirection; field in class:Drawable
477 return mLayoutDirection;
494 if (mLayoutDirection != layoutDirection) {
495 mLayoutDirection = layoutDirection;
H A DDrawableContainer.java699 int mLayoutDirection; field in class:DrawableContainer.DrawableContainerState
731 mLayoutDirection = orig.mLayoutDirection;
853 child.setLayoutDirection(mLayoutDirection);
913 mLayoutDirection = layoutDirection;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java1036 final int mLayoutDirection; field in class:BaseRecyclerViewInstrumentationTest.TargetTuple
1040 this.mLayoutDirection = layoutDirection;
1047 ", mLayoutDirection=" + mLayoutDirection +
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java183 protected int mLayoutDirection = -1; // invalid field in class:BaseStatusBar
729 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(mLocale);
935 if (! locale.equals(mLocale) || ld != mLayoutDirection) {
938 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection,
942 mLayoutDirection = ld;
/frameworks/base/core/java/android/view/
H A DViewGroup.java7837 private int mLayoutDirection; field in class:ViewGroup.ViewLocationHolder
7876 if (mLayoutDirection == LAYOUT_DIRECTION_LTR) {
7912 mLayoutDirection = root.getLayoutDirection();

Completed in 170 milliseconds