Searched refs:mNextLongPress (Results 1 – 1 of 1) sorted by relevance
5802 private long mNextLongPress; field in AudioService.VolumeController5824 if (mNextLongPress < now) { in suppressAdjustment()5825 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()5828 } else if (mNextLongPress > 0) { // in a long-press in suppressAdjustment()5829 if (now > mNextLongPress) { in suppressAdjustment()5831 mNextLongPress = 0; in suppressAdjustment()