/frameworks/native/services/surfaceflinger/ |
D | SurfaceInterceptor.cpp | 204 SurfaceChange* change(transaction->add_surface_change()); in createSurfaceChangeLocked() local 227 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addPositionLocked() local 236 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addDepthLocked() local 244 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addSizeLocked() local 253 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addAlphaLocked() local 261 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addMatrixLocked() local 272 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addTransparentRegionLocked() local 285 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local 290 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local 295 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local [all …]
|
/frameworks/native/services/surfaceflinger/tests/ |
D | SurfaceInterceptor_test.cpp | 472 bool SurfaceInterceptorTest::positionUpdateFound(const SurfaceChange& change, bool foundPosition) { in positionUpdateFound() 485 bool SurfaceInterceptorTest::sizeUpdateFound(const SurfaceChange& change, bool foundSize) { in sizeUpdateFound() 496 bool SurfaceInterceptorTest::alphaUpdateFound(const SurfaceChange& change, bool foundAlpha) { in alphaUpdateFound() 506 bool SurfaceInterceptorTest::cornerRadiusUpdateFound(const SurfaceChange &change, in cornerRadiusUpdateFound() 517 bool SurfaceInterceptorTest::backgroundBlurRadiusUpdateFound(const SurfaceChange& change, in backgroundBlurRadiusUpdateFound() 529 bool SurfaceInterceptorTest::layerUpdateFound(const SurfaceChange& change, bool foundLayer) { in layerUpdateFound() 539 bool SurfaceInterceptorTest::cropUpdateFound(const SurfaceChange& change, bool foundCrop) { in cropUpdateFound() 552 bool SurfaceInterceptorTest::matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) { in matrixUpdateFound() 565 bool SurfaceInterceptorTest::scalingModeUpdateFound(const SurfaceChange& change, in scalingModeUpdateFound() 576 bool SurfaceInterceptorTest::transparentRegionHintUpdateFound(const SurfaceChange& change, in transparentRegionHintUpdateFound() [all …]
|
/frameworks/base/services/core/java/com/android/server/compat/ |
D | CompatConfig.java | 81 void addChange(CompatChange change) { in addChange() 83 mChanges.put(change.getId(), change); in addChange() local 302 CompatChange change = mChanges.valueAt(i); in removePackageOverrides() local 328 CompatChange change = mChanges.valueAt(i); in getAllowedChangesAfterTargetSdkForPackage() local 450 CompatChange change = mChanges.valueAt(i); in dumpChanges() local
|
D | CompatChange.java | 84 public CompatChange(Change change) { in CompatChange()
|
D | PlatformCompat.java | 361 private boolean isShownInUI(CompatibilityChangeInfo change) { in isShownInUI()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MultiSimSettingController.java | 504 int change = updatePrimarySubListAndGetChangeType(activeSubInfos); in updateDefaults() local 594 private void sendSubChangeNotificationIfNeeded(int change, boolean dataSelected, in sendSubChangeNotificationIfNeeded() 626 private int getSimSelectDialogType(int change, boolean dataSelected, in getSimSelectDialogType() 651 private SimCombinationWarningParams getSimCombinationWarningParams(int change) { in getSimCombinationWarningParams() 685 private boolean isUserVisibleChange(int change) { in isUserVisibleChange()
|
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/ |
D | trace_creator.py | 272 def projection(change): argument
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | UserInfoHelper.java | 71 void onUserChanged(@UserIdInt int userId, @UserChange int change); in onUserChanged()
|
D | LocationManagerService.java | 635 private void onUserChanged(@UserIdInt int userId, @UserChange int change) { in onUserChanged()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UidRecord.java | 113 int change; field in UidRecord.ChangeItem
|
/frameworks/base/core/java/android/provider/ |
D | SettingsStringUtil.java | 177 public boolean modify(Function<String, String> change) { in modify() argument
|
/frameworks/base/tests/net/integration/util/com/android/server/ |
D | NetworkAgentWrapper.java | 161 public void adjustScore(int change) { in adjustScore()
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Replayer.cpp | 362 for (const SurfaceChange& change : surfaceChanges) { in doSurfaceTransaction() local 445 for (const DisplayChange& change : displayChanges) { in doDisplayTransaction() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowOrganizerController.java | 238 private int applyChanges(WindowContainer container, WindowContainerTransaction.Change change) { in applyChanges()
|
D | BarController.java | 229 boolean wasVis, boolean wasAnim, WindowState win, boolean change) { in computeStateLw()
|
D | ActivityRecord.java | 7148 private static boolean isResizeOnlyChange(int change) { in isResizeOnlyChange() 7153 private static boolean hasResizeChange(int change) { in hasResizeChange()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | GcSnapshot.java | 178 void change() { in change() method in GcSnapshot.Layer
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Bitmap_Delegate.java | 214 public void change() { in change() method in Bitmap_Delegate
|
/frameworks/base/services/core/java/com/android/server/textservices/ |
D | TextServicesManagerService.java | 379 final int change = isPackageDisappearing(packageName); in onSomePackagesChanged() local
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 2563 public static Configuration generateDelta(Configuration base, Configuration change) { in generateDelta()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 1585 int change = isPackageDisappearing(wallpaper.wallpaperComponent in doPackagesChangedLocked() local 1598 int change = isPackageDisappearing(wallpaper.nextWallpaperComponent in doPackagesChangedLocked() local
|
/frameworks/base/core/java/android/text/ |
D | DynamicLayout.java | 531 int change = look - (where + after); in reflow() local
|
D | SpannableStringBuilder.java | 325 private void change(int start, int end, CharSequence cs, int csStart, int csEnd) { in change() method in SpannableStringBuilder
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 1438 int change = isPackageDisappearing(imi.getPackageName()); in onFinishPackageChangesInternal() local 1458 int change = isPackageDisappearing(curIm.getPackageName()); in onFinishPackageChangesInternal() local
|
/frameworks/base/cmds/statsd/tests/ |
D | statsd_test_util.cpp | 1246 auto change = config_report->mutable_uid_map()->mutable_changes(i); in backfillStringInReport() local
|