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

/frameworks/base/libs/androidfw/
H A DKeyCharacterMap.cpp176 ssize_t oldIndex = map->mKeys.indexOfKey(keyCode); local
177 if (oldIndex >= 0) {
178 delete map->mKeys.valueAt(oldIndex);
179 map->mKeys.editValueAt(oldIndex) = new Key(*key);
/frameworks/base/media/java/android/media/
H A DAudioService.java833 int oldIndex;
839 oldIndex = index;
846 oldIndex = index;
867 oldIndex = mStreamStates[streamType].getIndex(device,
900 sendVolumeUpdate(streamType, oldIndex, index, flags);
925 int oldIndex;
932 oldIndex = index;
935 oldIndex = streamState.getIndex(device,
967 sendVolumeUpdate(streamType, oldIndex, index, flags);
1075 private void sendVolumeUpdate(int streamType, int oldIndex, in argument
2356 checkForRingerModeChange(int oldIndex, int direction, int step) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1881 int oldIndex = windows.indexOf(wallpaper);
1882 if (oldIndex >= 0) {
1884 + oldIndex + ": " + wallpaper);
1885 windows.remove(oldIndex);
1887 if (oldIndex < foundI) {
1895 + " from " + oldIndex + " to " + foundI);
5010 final int oldIndex = mAppTokens.indexOf(wtoken);
5013 + oldIndex);
5014 if (oldIndex > index && mNextAppTransition != WindowManagerPolicy.TRANSIT_UNSET

Completed in 865 milliseconds