Searched refs:mNextLongPress (Results 1 – 1 of 1) sorted by relevance
6673 private long mNextLongPress; field in AudioService.VolumeController6695 if (mNextLongPress < now) { in suppressAdjustment()6696 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()6699 } else if (mNextLongPress > 0) { // in a long-press in suppressAdjustment()6700 if (now > mNextLongPress) { in suppressAdjustment()6702 mNextLongPress = 0; in suppressAdjustment()