HomeSort by relevance Sort by last modified time
    Searched refs:AppLauncherUtils (Results 1 - 7 of 7) sorted by null

  /packages/apps/Car/Launcher/src/com/android/car/carlauncher/
AppItemViewHolder.java 60 mAppIconView.setImageDrawable(AppLauncherUtils.toGrayscale(app.getIcon()));
63 mAppItem.setOnClickListener(v -> AppLauncherUtils.launchApp(mContext, app));
AppLauncherUtils.java 40 class AppLauncherUtils {
42 private static final String TAG = "AppLauncherUtils";
44 private AppLauncherUtils() {
RecentAppsRowViewHolder.java 70 iconView.setImageDrawable(AppLauncherUtils.toGrayscale(app.getIcon()));
73 view.setOnClickListener(v -> AppLauncherUtils.launchApp(mContext, app));
SearchResultAdapter.java 109 Collections.sort(filterList, AppLauncherUtils.ALPHABETICAL_COMPARATOR);
158 holder.bind(app, v -> AppLauncherUtils.launchApp(mContext, app));
AppGridAdapter.java 124 Collections.sort(mApps, AppLauncherUtils.ALPHABETICAL_COMPARATOR);
AppGridActivity.java 226 boolean isDistractionOptimized = AppLauncherUtils.isActivityDistractionOptimized(
261 return AppLauncherUtils.getAllLaunchableApps(
AppSearchActivity.java 170 return AppLauncherUtils.getAllLaunchableApps(

Completed in 322 milliseconds