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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FullWidthDetailsOverviewRowPresenter.java 58 * The view has three states: {@link #STATE_HALF} {@link #STATE_FULL} and {@link #STATE_SMALL}. See
83 public static final int STATE_SMALL = 2;
680 case STATE_SMALL:
695 boolean wasBanner = oldState == STATE_SMALL;
696 boolean isBanner = viewHolder.getState() == STATE_SMALL;
757 * 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 103 static final int STATE_SMALL = 0;
163 @ViewDebug.IntToString(from = STATE_SMALL, to = "STATE_SMALL"),
499 mState = STATE_SMALL;
506 mState = STATE_SMALL;
823 mState = STATE_SMALL;
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 114 milliseconds