Searched refs:mLayoutDirection (Results 1 - 14 of 14) sorted by relevance

/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...]
H A DStaggeredGridLayoutManager.java1304 mLayoutState.mLayoutDirection = direction;
1405 if (layoutState.mLayoutDirection == LAYOUT_END) {
1411 updateAllRemainingSpans(layoutState.mLayoutDirection, targetLine);
1443 if (layoutState.mLayoutDirection == LAYOUT_END) {
1452 if (layoutState.mLayoutDirection == LAYOUT_END) {
1482 if (layoutState.mLayoutDirection == LAYOUT_END) {
1484 } else { // layoutState.mLayoutDirection == LAYOUT_START
1510 updateAllRemainingSpans(mLayoutState.mLayoutDirection, targetLine);
1512 updateRemainingSpans(currentSpan, mLayoutState.mLayoutDirection, targetLine);
1521 if (mLayoutState.mLayoutDirection
[all...]
H A DGridLayoutManager.java510 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
518 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
/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/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/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/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/base/core/java/android/widget/
H A DListPopupWindow.java114 private int mLayoutDirection; field in class:ListPopupWindow
232 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
H A DLinearLayout.java188 private int mLayoutDirection = View.LAYOUT_DIRECTION_UNDEFINED; field in class:LinearLayout
1598 if (layoutDirection != mLayoutDirection) {
1599 mLayoutDirection = layoutDirection;
/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();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java1471 if (target.mLayoutDirection == LAYOUT_START) {

Completed in 477 milliseconds