Home
last modified time | relevance | path

Searched refs:getTextToastViewWithIcon (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DToastPresenter.java77 public static View getTextToastViewWithIcon(Context context, CharSequence text, Drawable icon) { in getTextToastViewWithIcon() method in ToastPresenter
H A DToast.java534 result.mNextView = ToastPresenter.getTextToastViewWithIcon(context, text, icon); in makeCustomToastWithIcon()