Searched refs:appTargets (Results 1 – 3 of 3) sorted by relevance
100 List<AppTarget> appTargets = new ArrayList<>(); in doCompute() local102 appTargets.add( in doCompute()110 mAppPredictor.sortTargets(appTargets, Executors.newSingleThreadExecutor(), in doCompute()
1510 @Nullable List<AppTarget> appTargets) {1511 if (appTargets != null && appTargets.size() != resultList.size()) {1514 + " appTargets.size()=" + appTargets.size());1521 if (appTargets != null) {1522 appTargets.remove(i);1543 if (mDirectShareAppTargetCache != null && appTargets != null) {1544 mDirectShareAppTargetCache.put(chooserTarget, appTargets.get(j));2517 int appTargets = super.getUnfilteredCount();2518 if (appTargets > getMaxRankedTargets()) {2519 appTargets = appTargets + getMaxRankedTargets();[all …]
437 final RemoteAnimationTarget[] appTargets = appAnimations.toArray( in startAnimation() local458 mRunner.onAnimationStart(mController, appTargets, contentInsets, minimizedHomeBounds); in startAnimation()