Searched refs:mNextLongPress (Results 1 – 1 of 1) sorted by relevance
12142 private long mNextLongPress; field in AudioService.VolumeController12190 if (mNextLongPress < now) { in suppressAdjustment()12191 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()12194 } else if (mNextLongPress > 0) { // in a long-press in suppressAdjustment()12195 if (now > mNextLongPress) { in suppressAdjustment()12197 mNextLongPress = 0; in suppressAdjustment()