Searched defs:mTimeoutDelay (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java152 private int mTimeoutDelay = TIMEOUT_DELAY; field in class:VolumePanel
485 pw.print(" mTimeoutDelay="); pw.println(mTimeoutDelay);
886 mTimeoutDelay = mDemoIcon != 0 ? TIMEOUT_DELAY_EXPANDED
1508 + " delay=" + mTimeoutDelay + " touchExploration=" + touchExploration);
1511 sendEmptyMessageDelayed(MSG_TIMEOUT, mTimeoutDelay);
1604 mTimeoutDelay = mAnimationTime + WAIT_FOR_SWITCH_TIME;

Completed in 10 milliseconds