Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 37) sorted by relevance

12

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java260 @Nullable RemoteAnimationTargetCompat[] targets); in isLaunchingFromRecents() argument
271 @NonNull RemoteAnimationTargetCompat[] targets, boolean launcherClosing); in composeRecentsLaunchAnimator() argument
282 @NonNull RemoteAnimationTargetCompat[] targets, boolean launcherClosing) { in composeIconLaunchAnimator() argument
287 Rect windowTargetBounds = getWindowTargetBounds(targets); in composeIconLaunchAnimator()
289 for (int i = 0; i < targets.length; i++) { in composeIconLaunchAnimator()
290 RemoteAnimationTargetCompat target = targets[i]; in composeIconLaunchAnimator()
296 anim.play(getOpeningWindowAnimators(v, targets, windowTargetBounds, in composeIconLaunchAnimator()
317 private Rect getWindowTargetBounds(RemoteAnimationTargetCompat[] targets) { in getWindowTargetBounds() argument
320 for (RemoteAnimationTargetCompat target : targets) { in getWindowTargetBounds()
430 private ValueAnimator getOpeningWindowAnimators(View v, RemoteAnimationTargetCompat[] targets, in getOpeningWindowAnimators() argument
[all …]
DLauncherInitListener.java53 appTransitionManager.setRemoteAnimationProvider((targets) -> { in init() argument
61 return provider.createWindowAnimation(targets); in init()
/packages/modules/ExtServices/src/android/ext/services/resolver/
DLRResolverRankerService.java70 public void onPredictSharingProbabilities(List<ResolverTarget> targets) { in onPredictSharingProbabilities() argument
71 final int size = targets.size(); in onPredictSharingProbabilities()
73 ResolverTarget target = targets.get(i); in onPredictSharingProbabilities()
80 public void onTrainRankingModel(List<ResolverTarget> targets, int selectedPosition) { in onTrainRankingModel() argument
81 final int size = targets.size(); in onTrainRankingModel()
88 final ArrayMap<String, Float> positive = getFeatures(targets.get(selectedPosition)); in onTrainRankingModel()
89 final float positiveProbability = targets.get(selectedPosition).getSelectProbability(); in onTrainRankingModel()
90 final int targetSize = targets.size(); in onTrainRankingModel()
95 final ArrayMap<String, Float> negative = getFeatures(targets.get(i)); in onTrainRankingModel()
96 final float negativeProbability = targets.get(i).getSelectProbability(); in onTrainRankingModel()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskViewUtils.java57 BaseDraggingActivity activity, View v, RemoteAnimationTargetCompat[] targets) { in findTaskViewToLaunch() argument
83 if (targets == null) { in findTaskViewToLaunch()
88 for (RemoteAnimationTargetCompat target : targets) { in findTaskViewToLaunch()
114 RemoteAnimationTargetCompat[] targets, final ClipAnimationHelper inOutHelper) { in getRecentsWindowAnimator() argument
121 new RemoteAnimationTargetSet(targets, MODE_OPENING); in getRecentsWindowAnimator()
DRecentsActivity.java177 RemoteAnimationTargetCompat[] targets) { in composeRecentsLaunchAnimator() argument
179 boolean activityClosing = taskIsATargetWithMode(targets, getTaskId(), MODE_CLOSING); in composeRecentsLaunchAnimator()
181 target.play(getRecentsWindowAnimator(taskView, !activityClosing, targets, helper) in composeRecentsLaunchAnimator()
DFallbackActivityControllerHelper.java140 public void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) {
141 isAnimatingToRecents = targets != null && targets.isAnimatingHome();
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java77 @Nullable RemoteAnimationTargetCompat[] targets) { in isLaunchingFromRecents() argument
79 && findTaskViewToLaunch(mLauncher, v, targets) != null; in isLaunchingFromRecents()
84 @NonNull RemoteAnimationTargetCompat[] targets, boolean launcherClosing) { in composeRecentsLaunchAnimator() argument
88 TaskView taskView = findTaskViewToLaunch(mLauncher, v, targets); in composeRecentsLaunchAnimator()
91 anim.play(getRecentsWindowAnimator(taskView, skipLauncherChanges, targets, helper) in composeRecentsLaunchAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRemoteAnimationProvider.java34 AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] targets); in createWindowAnimation() argument
57 static void prepareTargetsForFirstFrame(RemoteAnimationTargetCompat[] targets, in prepareTargetsForFirstFrame() argument
59 for (RemoteAnimationTargetCompat target : targets) { in prepareTargetsForFirstFrame()
DRemoteFadeOutAnimationListener.java35 public RemoteFadeOutAnimationListener(RemoteAnimationTargetCompat[] targets) { in RemoteFadeOutAnimationListener() argument
36 mTarget = new RemoteAnimationTargetSet(targets, MODE_CLOSING); in RemoteFadeOutAnimationListener()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DFallbackActivityControllerHelper.java61 public void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) { in prepareRecentsUI() argument
62 isAnimatingToRecents = targets != null && targets.isAnimatingHome(); in prepareRecentsUI()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DAppPredictionsUITests.java150 List<AppTarget> targets = new ArrayList<>(activities.length); in sendPredictionUpdate() local
157 targets.add(target); in sendPredictionUpdate()
159 mCallback.onTargetsAvailable(targets); in sendPredictionUpdate()
/packages/modules/NetworkStack/common/networkstackclient/
DAndroid.bp32 // this is part of updatable modules(NetworkStack) which targets 29(Q)
96 // this is part of updatable modules(NetworkStack) which targets 29(Q)
126 // this is part of updatable modules(NetworkStack) which targets 29(Q)
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskUtils.java68 public static boolean taskIsATargetWithMode(RemoteAnimationTargetCompat[] targets, in taskIsATargetWithMode() argument
70 for (RemoteAnimationTargetCompat target : targets) { in taskIsATargetWithMode()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/
DSwipeAnimationTargetSet.java44 RemoteAnimationTargetCompat[] targets, Rect homeContentInsets, in SwipeAnimationTargetSet() argument
47 super(targets, MODE_CLOSING); in SwipeAnimationTargetSet()
DRecentsAnimationListenerSet.java75 RemoteAnimationTargetCompat[] targets, Rect homeContentInsets, in onAnimationStart() argument
78 SwipeAnimationTargetSet targetSet = new SwipeAnimationTargetSet(controller, targets, in onAnimationStart()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DGoLauncherAppTransitionManagerImpl.java31 protected boolean isLaunchingFromRecents(View v, RemoteAnimationTargetCompat[] targets) { in isLaunchingFromRecents() argument
43 RemoteAnimationTargetCompat[] targets, boolean launcherClosing) { in composeRecentsLaunchAnimator() argument
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java484 private static String getTargetsStr(Target[] targets) { in getTargetsStr() argument
485 String result = "child:" + LoggerUtils.getTargetStr(targets[0]); in getTargetsStr()
486 for (int i = 1; i < targets.length; i++) { in getTargetsStr()
487 result += "\tparent:" + LoggerUtils.getTargetStr(targets[i]); in getTargetsStr()
/packages/services/Car/car-lib/
DAndroid.bp231 targets: ["dist_files"],
249 targets: ["dist_files"],
266 targets: ["dist_files"],
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java212 return targets -> { in appPredictorCallback()
213 mPredictionServicePredictions[client.ordinal()] = targets; in appPredictorCallback()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DUiFactory.java170 appTransitionManager.setRemoteAnimationProvider((targets) -> { in useFadeOutAnimationForLauncherStart() argument
176 fadeAnimation.addUpdateListener(new RemoteFadeOutAnimationListener(targets)); in useFadeOutAnimationForLauncherStart()
/packages/apps/Car/libs/car-broadcastradio-support/
DAndroid.bp31 targets: ["dist_files"],
/packages/modules/NetworkStack/common/captiveportal/
DAndroid.bp24 // this is part of updatable modules(NetworkStack) which targets 29(Q)
/packages/modules/NetworkStack/common/netlinkclient/
DAndroid.bp27 // this is part of updatable modules(NetworkStack) which targets 29(Q)
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/
DREADME.oem18 The targets define includes the real version of the app, and some test versions that can be
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java246 proto.targets = new DumpTarget[targetList.size()]; in dumpProto()
248 proto.targets[i] = targetList.get(i); in dumpProto()

12