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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLayoutState.java60 int mLayoutDirection; field in class:LayoutState
H A DLinearLayoutManager.java848 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END;
862 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_START;
1051 mLayoutState.mLayoutDirection = layoutDirection;
1226 * @see android.support.v7.widget.LinearLayoutManager.LayoutState#mLayoutDirection
1232 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1269 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection;
1314 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1321 if (mShouldReverseLayout == (layoutState.mLayoutDirection
1339 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
1350 if (layoutState.mLayoutDirection
1757 int mLayoutDirection; field in class:LinearLayoutManager.LayoutState
[all...]
H A DStaggeredGridLayoutManager.java1207 mLayoutState.mLayoutDirection = LAYOUT_START;
1225 mLayoutState.mLayoutDirection = LAYOUT_END;
1314 if (layoutState.mLayoutDirection == LAYOUT_END) {
1325 updateAllRemainingSpans(layoutState.mLayoutDirection, targetLine);
1335 if (layoutState.mLayoutDirection == LAYOUT_END) {
1361 if (layoutState.mLayoutDirection == LAYOUT_END) {
1403 updateAllRemainingSpans(mLayoutState.mLayoutDirection, targetLine);
1405 updateRemainingSpans(currentSpan, mLayoutState.mLayoutDirection, targetLine);
1412 if (mLayoutState.mLayoutDirection == LAYOUT_START) {
1440 if (layoutState.mLayoutDirection
[all...]
H A DGridLayoutManager.java425 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
433 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java619 int mLayoutDirection; field in class:DrawableContainer.DrawableContainerState
650 mLayoutDirection = orig.mLayoutDirection;
791 mLayoutDirection = layoutDirection;
1055 result.setLayoutDirection(state.mLayoutDirection);
H A DDrawable.java137 private int mLayoutDirection; field in class:Drawable
413 return mLayoutDirection;
427 mLayoutDirection = layoutDirection;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java166 protected int mLayoutDirection = -1; // invalid field in class:BaseStatusBar
488 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(mLocale);
654 if (! locale.equals(mLocale) || ld != mLayoutDirection || fontScale != mFontScale) {
657 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection,
661 mLayoutDirection = ld;
1069 mRecents.toggleRecents(mDisplay, mLayoutDirection, getStatusBarView());
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java112 private int mLayoutDirection; field in class:ListPopupWindow
229 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java128 private int mLayoutDirection; field in class:ListPopupWindow
233 mLayoutDirection = TextUtilsCompat.getLayoutDirectionFromLocale(locale);
/frameworks/base/core/java/android/view/
H A DViewGroup.java7164 private int mLayoutDirection; field in class:ViewGroup.ViewLocationHolder
7203 if (mLayoutDirection == LAYOUT_DIRECTION_LTR) {
7239 mLayoutDirection = root.getLayoutDirection();
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java1074 if (target.mLayoutDirection == LAYOUT_START) {

Completed in 1207 milliseconds