Searched refs:toastView (Results 1 – 3 of 3) sorted by relevance
176 final View toastView = mLayoutInflater.inflate( in inflateToastView() local178 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()
465 View toastView = systemUIToast.getView(); in makeOverlayToast() local489 mWindowManager.addView(toastView, params); in makeOverlayToast()505 mWindowManager.removeViewImmediate(toastView); in makeOverlayToast()
1117 View toastView = systemUIToast.getView();1139 mWindowManager.addView(toastView, params);1155 mWindowManager.removeViewImmediate(toastView);