Searched refs:mNextLongPress (Results 1 – 1 of 1) sorted by relevance
6027 private long mNextLongPress; field in AudioService.VolumeController6049 if (mNextLongPress < now) { in suppressAdjustment()6050 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()6053 } else if (mNextLongPress > 0) { // in a long-press in suppressAdjustment()6054 if (now > mNextLongPress) { in suppressAdjustment()6056 mNextLongPress = 0; in suppressAdjustment()