Searched refs:mToastView (Results 1 – 3 of 3) sorted by relevance
67 @NonNull private final View mToastView; field in SystemUIToast86 mToastView = inflateToastView(); in SystemUIToast()141 return mToastView; in getView()
105 private View mToastView; field in ToastUITest124 mToastView = LayoutInflater.from(mContext).inflate(R.layout.text_toast, null); in setUp()125 when(mLayoutInflater.inflate(anyInt(), eq(null))).thenReturn(mToastView); in setUp()
169 private View mToastView; field in InternetDialogDelegateControllerTest225 when(mSystemUIToast.getView()).thenReturn(mToastView); in setUp()333 verify(mWindowManager).addView(eq(mToastView), paramsCaptor.capture()); in makeOverlayToast_withGravityFlags_addViewWithLayoutParams()