Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java172 final View toastView = mLayoutInflater.inflate( in inflateToastView() local
174 final TextView textView = toastView.findViewById(com.android.systemui.R.id.text); in inflateToastView()
175 final ImageView iconView = toastView.findViewById(com.android.systemui.R.id.icon); in inflateToastView()
192 toastView.findViewById(com.android.systemui.R.id.icon).setVisibility(View.GONE); in inflateToastView()
213 return toastView; in inflateToastView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java1374 View toastView = systemUIToast.getView();
1396 mWindowManager.addView(toastView, params);
1412 mWindowManager.removeViewImmediate(toastView);