Searched refs:mTimeoutDelay (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumePanel.java141 private int mTimeoutDelay = TIMEOUT_DELAY; field in class:VolumePanel
458 pw.print(" mTimeoutDelay="); pw.println(mTimeoutDelay);
803 mTimeoutDelay = sSafetyWarning != null ? TIMEOUT_DELAY_SAFETY_WARNING
1390 + " delay=" + mTimeoutDelay + " touchExploration=" + touchExploration);
1393 sendEmptyMessageDelayed(MSG_TIMEOUT, mTimeoutDelay);

Completed in 23 milliseconds