Home
last modified time | relevance | path

Searched defs:change (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.cpp224 SurfaceChange* change(transaction->add_surface_change()); in createSurfaceChangeLocked() local
254 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addPositionLocked() local
263 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addDepthLocked() local
271 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addSizeLocked() local
280 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addAlphaLocked() local
288 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addMatrixLocked() local
299 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addTransparentRegionLocked() local
312 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local
317 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local
322 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId)); in addFlagsLocked() local
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUidObserverControllerTest.java80 int change = mUidObserverController.enqueueUidChange(null, TEST_UID1, in testEnqueueUidChange() local
225 private void addPendingChange(int uid, int change, int procState, long procStateSeq, in addPendingChange()
237 private void assertPendingChange(int uid, int change, int procState, long procStateSeq, in assertPendingChange()
263 private static String changeToStr(int change) { in changeToStr()
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp460 bool SurfaceInterceptorTest::positionUpdateFound(const SurfaceChange& change, bool foundPosition) { in positionUpdateFound()
473 bool SurfaceInterceptorTest::sizeUpdateFound(const SurfaceChange& change, bool foundSize) { in sizeUpdateFound()
484 bool SurfaceInterceptorTest::alphaUpdateFound(const SurfaceChange& change, bool foundAlpha) { in alphaUpdateFound()
494 bool SurfaceInterceptorTest::cornerRadiusUpdateFound(const SurfaceChange &change, in cornerRadiusUpdateFound()
505 bool SurfaceInterceptorTest::backgroundBlurRadiusUpdateFound(const SurfaceChange& change, in backgroundBlurRadiusUpdateFound()
517 bool SurfaceInterceptorTest::blurRegionsUpdateFound(const SurfaceChange& change, in blurRegionsUpdateFound()
528 bool SurfaceInterceptorTest::layerUpdateFound(const SurfaceChange& change, bool foundLayer) { in layerUpdateFound()
538 bool SurfaceInterceptorTest::cropUpdateFound(const SurfaceChange& change, bool foundCrop) { in cropUpdateFound()
551 bool SurfaceInterceptorTest::matrixUpdateFound(const SurfaceChange& change, bool foundMatrix) { in matrixUpdateFound()
564 bool SurfaceInterceptorTest::transparentRegionHintUpdateFound(const SurfaceChange& change, in transparentRegionHintUpdateFound()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
DLegacySplitScreenTransitions.java214 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation() local
234 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation() local
302 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation() local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java117 @NonNull TransitionInfo.Change change, int layer, in setupLeash()
168 private static SurfaceControl createLeash(TransitionInfo info, TransitionInfo.Change change, in createLeash()
190 public RemoteAnimationTargetCompat(TransitionInfo.Change change, int order, in RemoteAnimationTargetCompat()
DRemoteTransitionCompat.java201 final TransitionInfo.Change change = info.getChanges().get(i); in merge() local
/frameworks/base/services/core/java/com/android/server/compat/
DCompatConfig.java123 void addChange(CompatChange change) { in addChange()
126 mChanges.put(change.getId(), change); in addChange() local
395 private boolean removeOverrideUnsafe(CompatChange change, String packageName, in removeOverrideUnsafe()
422 CompatChange change = mChanges.valueAt(i); in removePackageOverrides() local
457 CompatChange change = mChanges.valueAt(i); in getAllowedChangesSinceTargetSdkForPackage() local
603 CompatChange change = mChanges.valueAt(i); in dumpChanges() local
DCompatChange.java95 public CompatChange(Change change) { in CompatChange()
DPlatformCompat.java450 private boolean isShownInUI(CompatibilityChangeInfo change) { in isShownInUI()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java104 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation() local
144 private Animation loadAnimation(int type, int flags, TransitionInfo.Change change) { in loadAnimation()
DTransitions.java236 final TransitionInfo.Change change = info.getChanges().get(i); in setupStartState() local
288 final TransitionInfo.Change change = info.getChanges().get(i); in setupAnimHierarchy() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java562 int change = updatePrimarySubListAndGetChangeType(activeSubInfos); in updateDefaults() local
684 private void sendSubChangeNotificationIfNeeded(int change, boolean dataSelected, in sendSubChangeNotificationIfNeeded()
716 private int getSimSelectDialogType(int change, boolean dataSelected, in getSimSelectDialogType()
742 private SimCombinationWarningParams getSimCombinationWarningParams(int change) { in getSimCombinationWarningParams()
776 private boolean isUserVisibleChange(int change) { in isUserVisibleChange()
/frameworks/base/services/core/java/com/android/server/am/
DUidObserverController.java94 int enqueueUidChange(@Nullable ChangeRecord currentRecord, int uid, int change, int procState, in enqueueUidChange()
244 final int change = item.change; in dispatchUidsChangedForObserver() local
398 public int change; field in UidObserverController.ChangeRecord
/frameworks/base/core/java/android/window/
DTransitionFilter.java141 final TransitionInfo.Change change = info.getChanges().get(i); in matches() local
DTransitionInfo.java207 public void addChange(@NonNull Change change) { in addChange()
270 public static boolean isIndependent(@NonNull TransitionInfo.Change change, in isIndependent()
/frameworks/base/services/core/java/com/android/server/location/injector/
DUserInfoHelper.java58 void onUserChanged(@UserIdInt int userId, @UserChange int change); in onUserChanged()
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py263 def projection(change): argument
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
DShellTransitionTests.java189 TransitionInfo change = new TransitionInfoBuilder(TRANSIT_CHANGE) in testNonDefaultHandler() local
456 final TransitionInfo.Change change = in addChange() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTransition.java74 final TransitionInfo.Change change = info.getChanges().get(i); in startAnimation() local
/frameworks/base/core/java/android/provider/
DSettingsStringUtil.java177 public boolean modify(Function<String, String> change) { in modify() argument
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenTransitions.java107 final TransitionInfo.Change change = info.getChanges().get(i); in playInternalAnimation() local
DStageCoordinator.java685 final TransitionInfo.Change change = info.getChanges().get(iC); in startAnimation() local
738 final TransitionInfo.Change change = info.getChanges().get(iC); in startPendingEnterAnimation() local
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp361 for (const SurfaceChange& change : surfaceChanges) { in doSurfaceTransaction() local
432 for (const DisplayChange& change : displayChanges) { in doDisplayTransaction() local
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssListenerMultiplexer.java374 private void onUserChanged(int userId, int change) { in onUserChanged()
/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceManager.java483 void onUserChanged(int userId, int change) { in onUserChanged()

12