Searched refs:ABS_VOL_BASE (Results 1 – 2 of 2) sorted by relevance
665 int percentageVol = ((currIndex* AvrcpControllerConstants.ABS_VOL_BASE)/maxVolume); in handleMessage()743 int newIndex = (maxVolume*absVol)/AvrcpControllerConstants.ABS_VOL_BASE; in setAbsVolume()758 absVol = (currIndex*AvrcpControllerConstants.ABS_VOL_BASE)/maxVolume; in setAbsVolume()788 AvrcpControllerConstants.ABS_VOL_BASE)/maxVol);
146 static final int ABS_VOL_BASE = 127; field in AvrcpControllerConstants