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

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
StateMachine.java 24 * STATUS_ZERO, STATUS_INVOKED, STATUS_EXECUTED. We allow client to run a State, which will
35 public static final int STATUS_ZERO = 0;
90 if (mStatus == STATUS_ZERO) {
100 * Get status, return one of {@link #STATUS_ZERO}, {@link #STATUS_INVOKED},
123 state.updateStatus(STATUS_ZERO);
165 mSortedList.get(i).updateStatus(STATUS_ZERO);
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 199 milliseconds