Searched defs:mLayoutDirection (Results 1 - 12 of 12) 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) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLayoutState.java60 int mLayoutDirection; field in class:LayoutState
97 ", mLayoutDirection=" + mLayoutDirection +
H A DLinearLayoutManager.java903 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END;
917 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_START;
1120 mLayoutState.mLayoutDirection = layoutDirection;
1295 * @see android.support.v7.widget.LinearLayoutManager.LayoutState#mLayoutDirection
1301 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1338 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection;
1383 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1390 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1408 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1419 if (layoutState.mLayoutDirection
1911 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.java188 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in class:LinearLayout
1598 if (layoutDirection != mLayoutDirection) {
1599 mLayoutDirection = layoutDirection;
H A DListPopupWindow.java114 private int mLayoutDirection; field in class:ListPopupWindow
232 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java140 private int mLayoutDirection; field in class:Drawable
430 return mLayoutDirection;
444 if (mLayoutDirection != layoutDirection) {
445 mLayoutDirection = layoutDirection;
H A DDrawableContainer.java665 int mLayoutDirection; field in class:DrawableContainer.DrawableContainerState
696 mLayoutDirection = orig.mLayoutDirection;
852 mLayoutDirection = layoutDirection;
1145 result.setLayoutDirection(state.mLayoutDirection);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseRecyclerViewInstrumentationTest.java873 final int mLayoutDirection; field in class:BaseRecyclerViewInstrumentationTest.TargetTuple
877 this.mLayoutDirection = layoutDirection;
884 ", mLayoutDirection=" + mLayoutDirection +
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java164 protected int mLayoutDirection = -1; // invalid field in class:BaseStatusBar
584 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(mLocale);
775 if (! locale.equals(mLocale) || ld != mLayoutDirection || fontScale != mFontScale) {
778 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection,
782 mLayoutDirection = ld;
1138 mRecents.toggleRecents(mDisplay, mLayoutDirection, getStatusBarView());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java128 private int mLayoutDirection; field in class:ListPopupWindow
246 mLayoutDirection = TextUtilsCompat.getLayoutDirectionFromLocale(locale);
/frameworks/base/core/java/android/view/
H A DViewGroup.java7657 private int mLayoutDirection; field in class:ViewGroup.ViewLocationHolder
7696 if (mLayoutDirection == LAYOUT_DIRECTION_LTR) {
7732 mLayoutDirection = root.getLayoutDirection();

Completed in 2458 milliseconds