Searched refs:toastView (Results 1 – 2 of 2) sorted by relevance
172 final View toastView = mLayoutInflater.inflate( in inflateToastView() local174 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()
1374 View toastView = systemUIToast.getView();1396 mWindowManager.addView(toastView, params);1412 mWindowManager.removeViewImmediate(toastView);