HomeSort by relevance Sort by last modified time
    Searched defs:STATE_SMALL (Results 1 - 3 of 3) sorted by null

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
FullWidthDetailsOverviewRowPresenter.java 59 * The view has three states: {@link #STATE_HALF} {@link #STATE_FULL} and {@link #STATE_SMALL}. See
84 public static final int STATE_SMALL = 2;
681 case STATE_SMALL:
696 boolean wasBanner = oldState == STATE_SMALL;
697 boolean isBanner = viewHolder.getState() == STATE_SMALL;
758 * or {@link #STATE_SMALL}.
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 67 static final int STATE_SMALL = 0;
412 mState = STATE_SMALL;
481 mState = STATE_SMALL;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
Folder.java 102 static final int STATE_SMALL = 0;
158 @ViewDebug.IntToString(from = STATE_SMALL, to = "STATE_SMALL"),
670 mState = STATE_SMALL;
    [all...]

Completed in 123 milliseconds