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

  /packages/apps/TV/src/com/android/tv/onboarding/
SetupSourcesFragment.java 130 private int mPendingAction = PENDING_ACTION_NONE;
157 mPendingAction = PENDING_ACTION_INPUT_CHANGED;
186 if (mPendingAction != PENDING_ACTION_INPUT_CHANGED) {
187 mPendingAction = PENDING_ACTION_CHANNEL_CHANGED;
361 switch (mPendingAction) {
369 mPendingAction = PENDING_ACTION_NONE;
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java 140 private int mPendingAction = PENDING_ACTION_NONE;
319 mPendingAction = (expanded ? PENDING_ACTION_EXPANDED : PENDING_ACTION_COLLAPSED)
585 return mPendingAction;
589 mPendingAction = PENDING_ACTION_NONE;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 146 private Pair<Integer, Object> mPendingAction;
196 mPendingAction = new Pair<Integer, Object>(NO_ACTION, 0);
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 4110 milliseconds