Searched refs:oldIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioService.java904 int oldIndex = mStreamStates[streamType].getIndex(device);
921 Log.e(TAG, "adjustStreamVolume() safe volume index = "+oldIndex);
936 sendVolumeUpdate(streamType, oldIndex, index, flags);
1001 int oldIndex;
1019 oldIndex = streamState.getIndex(device);
1058 sendVolumeUpdate(streamType, oldIndex, index, flags);
1166 private void sendVolumeUpdate(int streamType, int oldIndex, int index, int flags) { argument
1174 oldIndex = (oldIndex + 5) / 10;
1179 intent.putExtra(AudioManager.EXTRA_PREV_VOLUME_STREAM_VALUE, oldIndex);
2492 checkForRingerModeChange(int oldIndex, int direction, int step) argument
[all...]
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp177 ssize_t oldIndex = map->mKeys.indexOfKey(keyCode); local
178 if (oldIndex >= 0) {
179 delete map->mKeys.valueAt(oldIndex);
180 map->mKeys.editValueAt(oldIndex) = new Key(*key);
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1855 int oldIndex = windows.indexOf(wallpaper);
1856 if (oldIndex >= 0) {
1858 + oldIndex + ": " + wallpaper);
1859 windows.remove(oldIndex);
1861 if (oldIndex < foundI) {
1877 + " from " + oldIndex + " to " + insertionIndex);

Completed in 154 milliseconds