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

  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 70 private enum FabState { SHOWING, HIDE_ARMED, HIDING }
104 private FabState mFabState = FabState.SHOWING;
560 // The animation to show the fab has begun; update the state to showing.
561 mFabState = FabState.SHOWING;
594 // The animation to show the fab has begun; update the state to showing.
595 mFabState = FabState.SHOWING;
  /external/libjpeg-turbo/doc/html/
dynsections.js 68 } else { //We are SHOWING
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 8 import static com.android.server.wm.KeyguardServiceDelegateProto.SHOWING;
66 boolean showing; field in class:KeyguardServiceDelegate.KeyguardState
82 // Assume keyguard is showing and secure until we know for sure. This is here in
85 showing = true;
150 mKeyguardState.showing = false;
227 mKeyguardState.showing = mKeyguardService.isShowing();
229 return mKeyguardState.showing;
422 proto.write(SHOWING, mKeyguardState.showing);
433 pw.println(prefix + "showing=" + mKeyguardState.showing)
    [all...]
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 

Completed in 1244 milliseconds