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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 95 private boolean mDozing;
167 if (!mDozing && mDevicePolicyManager.isDeviceManaged()) {
234 if (mDozing && !TextUtils.isEmpty(mTransientIndication)) {
261 if (mDozing) {
368 if (mDozing == dozing) {
371 mDozing = dozing;
390 if (mDozing) {
417 || mDozing && updateMonitor.isScreenOn()) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeScrimController.java 48 private boolean mDozing;
65 if (mDozing == dozing) return;
66 mDozing = dozing;
68 if (mDozing) {
106 if (!mDozing || mPulseCallback != null) {
124 if (mDozing && !mWakeAndUnlocking) {
155 return mDozing;
278 if (DEBUG) Log.d(TAG, "Pulse in, mDozing=" + mDozing + " mPulseReason="
280 if (!mDozing) return
    [all...]
ScrimController.java 88 private boolean mDozing;
209 if (mDozing != dozing) {
210 mDozing = dozing;
256 if (mDozing) {
319 mScrimInFront.setClickable(!mDozing);
KeyguardBottomAreaView.java 169 private boolean mDozing;
333 mRightAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE);
371 mRightAffordanceView.setVisibility(!mDozing && mRightButton.getIcon().isVisible
385 mLeftAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE);
    [all...]
NotificationPanelView.java 141 private boolean mDozing;
786 && !mDozing) {
    [all...]
StatusBar.java 553 private boolean mDozing;
    [all...]
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 189 private boolean mDozing;
626 if (mCanDoze && !mDozing) {
627 mDozing = true;
633 if (mDozing) {
654 if (mDozing) {
655 mDozing = false;
675 return mDozing;
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java 170 private boolean mDozing;
217 if (mDozing) {
230 mDozing = dozing;
271 pw.println(" mDozing=" + mDozing);
DisplayPowerController.java 248 private boolean mDozing;
    [all...]

Completed in 1053 milliseconds