Home
last modified time | relevance | path

Searched refs:updateSource (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/
DActivationTask.java237 updateSource(getContext(), phoneAccountHandle, message, helper); in onExecuteInBackgroundThread()
248 updateSource(getContext(), phoneAccountHandle, message, helper); in onExecuteInBackgroundThread()
258 private static void updateSource( in updateSource() method in ActivationTask
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DAppToOverviewAnimationProvider.java137 clipHelper.updateSource(homeBounds, runningTaskTarget); in createWindowAnimation()
DBaseSwipeUpHandler.java259 mClipAnimationHelper.updateSource(overviewStackBounds, runningTaskTarget); in onRecentsAnimationStart()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java225 mClipAnimationHelper.updateSource(displaySize, targetCompat); in onRecentsAnimationStart()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DClipAnimationHelper.java120 public void updateSource(Rect homeStackBounds, RemoteAnimationTargetCompat target) { in updateSource() method in ClipAnimationHelper