Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DSystemUIToast.java67 @NonNull private final View mToastView; field in SystemUIToast
86 mToastView = inflateToastView(); in SystemUIToast()
141 return mToastView; in getView()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/toast/
H A DToastUITest.java105 private View mToastView; field in ToastUITest
124 mToastView = LayoutInflater.from(mContext).inflate(R.layout.text_toast, null); in setUp()
125 when(mLayoutInflater.inflate(anyInt(), eq(null))).thenReturn(mToastView); in setUp()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogControllerTest.java164 private View mToastView; field in InternetDialogControllerTest
213 when(mSystemUIToast.getView()).thenReturn(mToastView); in setUp()
314 verify(mWindowManager).addView(eq(mToastView), paramsCaptor.capture()); in makeOverlayToast_withGravityFlags_addViewWithLayoutParams()