Home | History | Annotate | Download | only in widget

Lines Matching defs:layoutDir

1896         final int layoutDir = convertFocusDirectionToLayoutDirection(focusDirection);
1897 if (layoutDir == LayoutState.INVALID_LAYOUT) {
1902 if (layoutDir == LayoutState.LAYOUT_START) {
1916 updateLayoutState(layoutDir, maxScroll, false, state);
1921 if (layoutDir == LayoutState.LAYOUT_START) {
2215 + mItemDirection + ", offset:" + mOffset + ", layoutDir:" + mLayoutDirection);