Home
last modified time | relevance | path

Searched refs:prefixTextWithIcon (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java22 import static com.android.launcher3.Utilities.prefixTextWithIcon;
82 setHint(prefixTextWithIcon(getContext(), R.drawable.ic_allapps_search, getHint())); in AppsSearchContainerLayout()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDigitalWellBeingToast.java23 import static com.android.launcher3.Utilities.prefixTextWithIcon;
95 toast.setText(prefixTextWithIcon(mActivity, R.drawable.ic_hourglass_top, getText())); in setLimit()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java558 public static CharSequence prefixTextWithIcon(Context context, int iconRes, CharSequence msg) { in prefixTextWithIcon() method in Utilities