Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java176 final View toastView = mLayoutInflater.inflate( in inflateToastView() local
178 final TextView textView = toastView.findViewById(com.android.systemui.R.id.text); in inflateToastView()
179 final ImageView iconView = toastView.findViewById(com.android.systemui.R.id.icon); in inflateToastView()
196 toastView.findViewById(com.android.systemui.R.id.icon).setVisibility(View.GONE); in inflateToastView()
217 return toastView; in inflateToastView()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardViewController.java465 View toastView = systemUIToast.getView(); in makeOverlayToast() local
489 mWindowManager.addView(toastView, params); in makeOverlayToast()
505 mWindowManager.removeViewImmediate(toastView); in makeOverlayToast()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java1117 View toastView = systemUIToast.getView();
1139 mWindowManager.addView(toastView, params);
1155 mWindowManager.removeViewImmediate(toastView);