/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAppTransitionManagerImpl.java | 260 @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 …]
|
D | LauncherInitListener.java | 53 appTransitionManager.setRemoteAnimationProvider((targets) -> { in init() argument 61 return provider.createWindowAnimation(targets); in init()
|
/packages/modules/ExtServices/src/android/ext/services/resolver/ |
D | LRResolverRankerService.java | 70 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/ |
D | TaskViewUtils.java | 57 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()
|
D | RecentsActivity.java | 177 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()
|
D | FallbackActivityControllerHelper.java | 140 public void onRemoteAnimationReceived(RemoteAnimationTargetSet targets) { 141 isAnimatingToRecents = targets != null && targets.isAnimatingHome();
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/ |
D | LauncherAppTransitionManagerImpl.java | 77 @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/ |
D | RemoteAnimationProvider.java | 34 AnimatorSet createWindowAnimation(RemoteAnimationTargetCompat[] targets); in createWindowAnimation() argument 57 static void prepareTargetsForFirstFrame(RemoteAnimationTargetCompat[] targets, in prepareTargetsForFirstFrame() argument 59 for (RemoteAnimationTargetCompat target : targets) { in prepareTargetsForFirstFrame()
|
D | RemoteFadeOutAnimationListener.java | 35 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/ |
D | FallbackActivityControllerHelper.java | 61 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/ |
D | AppPredictionsUITests.java | 150 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/ |
D | Android.bp | 32 // 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/ |
D | TaskUtils.java | 68 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/ |
D | SwipeAnimationTargetSet.java | 44 RemoteAnimationTargetCompat[] targets, Rect homeContentInsets, in SwipeAnimationTargetSet() argument 47 super(targets, MODE_CLOSING); in SwipeAnimationTargetSet()
|
D | RecentsAnimationListenerSet.java | 75 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/ |
D | GoLauncherAppTransitionManagerImpl.java | 31 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/ |
D | UserEventDispatcher.java | 484 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/ |
D | Android.bp | 231 targets: ["dist_files"], 249 targets: ["dist_files"], 266 targets: ["dist_files"],
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | PredictionUiStateManager.java | 212 return targets -> { in appPredictorCallback() 213 mPredictionServicePredictions[client.ordinal()] = targets; in appPredictorCallback()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | UiFactory.java | 170 appTransitionManager.setRemoteAnimationProvider((targets) -> { in useFadeOutAnimationForLauncherStart() argument 176 fadeAnimation.addUpdateListener(new RemoteFadeOutAnimationListener(targets)); in useFadeOutAnimationForLauncherStart()
|
/packages/apps/Car/libs/car-broadcastradio-support/ |
D | Android.bp | 31 targets: ["dist_files"],
|
/packages/modules/NetworkStack/common/captiveportal/ |
D | Android.bp | 24 // this is part of updatable modules(NetworkStack) which targets 29(Q)
|
/packages/modules/NetworkStack/common/netlinkclient/ |
D | Android.bp | 27 // this is part of updatable modules(NetworkStack) which targets 29(Q)
|
/packages/apps/TimeZoneData/oem_template/data_app_prebuilt/ |
D | README.oem | 18 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/ |
D | BgDataModel.java | 246 proto.targets = new DumpTarget[targetList.size()]; in dumpProto() 248 proto.targets[i] = targetList.get(i); in dumpProto()
|