Home
last modified time | relevance | path

Searched refs:mLayoutDirection (Results 1 – 13 of 13) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DActionPresenterSelector.java42 int mLayoutDirection; field in ActionPresenterSelector.ActionViewHolder
47 mLayoutDirection = layoutDirection; in ActionViewHolder()
99 if (vh.mLayoutDirection == View.LAYOUT_DIRECTION_RTL) { in onBindViewHolder()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DLayoutState.java60 int mLayoutDirection; field in LayoutState
DLinearLayoutManager.java851 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_END; in updateLayoutStateToFillEnd()
865 mLayoutState.mLayoutDirection = LayoutState.LAYOUT_START; in updateLayoutStateToFillStart()
1060 mLayoutState.mLayoutDirection = layoutDirection; in updateLayoutState()
1241 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in recycleByLayoutState()
1278 layoutState.mOffset += layoutChunkResult.mConsumed * layoutState.mLayoutDirection; in fill()
1323 if (mShouldReverseLayout == (layoutState.mLayoutDirection in layoutChunk()
1330 if (mShouldReverseLayout == (layoutState.mLayoutDirection in layoutChunk()
1348 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
1359 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
1813 int mLayoutDirection; field in LayoutState
[all …]
DStaggeredGridLayoutManager.java1238 mLayoutState.mLayoutDirection = LAYOUT_START;
1256 mLayoutState.mLayoutDirection = LAYOUT_END;
1361 if (layoutState.mLayoutDirection == LAYOUT_END) {
1372 updateAllRemainingSpans(layoutState.mLayoutDirection, targetLine);
1400 if (layoutState.mLayoutDirection == LAYOUT_END) {
1409 if (layoutState.mLayoutDirection == LAYOUT_END) {
1439 if (layoutState.mLayoutDirection == LAYOUT_END) {
1467 updateAllRemainingSpans(mLayoutState.mLayoutDirection, targetLine);
1469 updateRemainingSpans(currentSpan, mLayoutState.mLayoutDirection, targetLine);
1476 if (mLayoutState.mLayoutDirection == LAYOUT_START) {
[all …]
DGridLayoutManager.java425 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
433 if (layoutState.mLayoutDirection == LayoutState.LAYOUT_START) { in layoutChunk()
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawableContainer.java659 int mLayoutDirection; field in DrawableContainer.DrawableContainerState
690 mLayoutDirection = orig.mLayoutDirection; in DrawableContainerState()
838 mLayoutDirection = layoutDirection; in setLayoutDirection()
1126 result.setLayoutDirection(state.mLayoutDirection); in get()
DDrawable.java138 private int mLayoutDirection; field in Drawable
414 return mLayoutDirection; in getLayoutDirection()
428 mLayoutDirection = layoutDirection; in setLayoutDirection()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java732 final int mLayoutDirection; field in BaseRecyclerViewInstrumentationTest.TargetTuple
736 this.mLayoutDirection = layoutDirection; in TargetTuple()
743 ", mLayoutDirection=" + mLayoutDirection + in toString()
DStaggeredGridLayoutManagerTest.java1301 if (target.mLayoutDirection == LAYOUT_START) { in scrollToPositionTest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java166 protected int mLayoutDirection = -1; // invalid field in BaseStatusBar
539 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(mLocale); in start()
715 if (! locale.equals(mLocale) || ld != mLayoutDirection || fontScale != mFontScale) { in onConfigurationChanged()
718 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection, in onConfigurationChanged()
722 mLayoutDirection = ld; in onConfigurationChanged()
1130 mRecents.toggleRecents(mDisplay, mLayoutDirection, getStatusBarView());
/frameworks/base/core/java/android/widget/
DListPopupWindow.java112 private int mLayoutDirection; field in ListPopupWindow
229 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(locale); in ListPopupWindow()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java128 private int mLayoutDirection; field in ListPopupWindow
246 mLayoutDirection = TextUtilsCompat.getLayoutDirectionFromLocale(locale); in ListPopupWindow()
/frameworks/base/core/java/android/view/
DViewGroup.java7215 private int mLayoutDirection; field in ViewGroup.ViewLocationHolder
7254 if (mLayoutDirection == LAYOUT_DIRECTION_LTR) { in compareTo()
7290 mLayoutDirection = root.getLayoutDirection(); in init()