Searched refs:mNextLongPress (Results 1 – 1 of 1) sorted by relevance
11458 private long mNextLongPress; field in AudioService.VolumeController11506 if (mNextLongPress < now) { in suppressAdjustment()11507 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()11510 } else if (mNextLongPress > 0) { // in a long-press in suppressAdjustment()11511 if (now > mNextLongPress) { in suppressAdjustment()11513 mNextLongPress = 0; in suppressAdjustment()