Searched refs:adding (Results 1 - 8 of 8) sorted by relevance
/frameworks/av/services/mediacodec/ |
H A D | Android.mk | 55 # TODO(b/72343507): eliminate the need for manually adding .vendor suffix. This should be done
|
/frameworks/base/core/java/android/app/ |
H A D | LocalActivityManager.java | 274 * care of adding this window to a view hierarchy, and likewise dealing 285 boolean adding = false; 295 adding = true; 319 if (adding) {
|
H A D | ActivityManagerInternal.java | 216 boolean adding); 215 updateDeviceIdleTempWhitelist(int[] appids, int changingAppId, boolean adding) argument
|
/frameworks/rs/script_api/ |
H A D | rs_for_each.spec | 54 You can access the kernel context by adding a special parameter named "context" of type 244 You can access the kernel context by adding a special parameter named "context" of 248 // adding these variables as arguments. For the more rarely used indices<br/> 393 You can access it by adding a special parameter named "context" of
|
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayContent.java | 826 // We currently don't support adding a window token to the display if the display 2363 // Also if the app is focused adding more than one toast at 3382 true /* adding */); 3413 final int targetPosition = findPositionForStack(position, child, false /* adding */); 3424 * @param adding Flag indicates whether we're adding a new stack or positioning an existing. 3427 private int findPositionForStack(int requestedPosition, TaskStack stack, boolean adding) { argument 3430 toTop |= adding ? requestedPosition >= topChildPosition + 1 3442 // When we're adding a new stack the target is the current pinned stack position. 3446 targetPosition = adding [all...] |
/frameworks/base/services/core/java/com/android/server/ |
H A D | DeviceIdleController.java | 2593 private void updateTempWhitelistAppIdsLocked(int appId, boolean adding) { argument 2607 adding);
|
/frameworks/base/libs/androidfw/ |
H A D | ResourceTypes.cpp | 7129 // pad with 0xffffffff's (indicating non-existing entries) before adding this entry
|
/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 3462 // IMPORTANT: Before adding services here, make sure ephemeral apps can access them too. 7424 // We are re-adding a persistent process. Whatevs! Just leave it there. 7425 Slog.w(TAG, "Re-adding persistent process " + proc); 7427 Slog.wtf(TAG, "Already have existing proc " + old + " when adding " + proc); 21494 // Special case for adding a package: by default turn on compatibility mode. 26447 updateDeviceIdleTempWhitelist(int[] appids, int changingAppId, boolean adding) argument [all...] |
Completed in 120 milliseconds