Searched refs:mNextLongPress (Results 1 – 1 of 1) sorted by relevance
7377 private long mNextLongPress; field in AudioService.VolumeController7399 if (mNextLongPress < now) { in suppressAdjustment()7400 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()7403 } else if (mNextLongPress > 0) { // in a long-press in suppressAdjustment()7404 if (now > mNextLongPress) { in suppressAdjustment()7406 mNextLongPress = 0; in suppressAdjustment()