Home
last modified time | relevance | path

Searched refs:viewStub (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewController.java83 ViewStub viewStub = baseLayout.findViewById(mStubId); in inflate() local
84 mLayout = viewStub.inflate(); in inflate()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/window/
DOverlayViewGlobalStateControllerTest.java1094 ViewStub viewStub = mBaseLayout.findViewById(stubId); in setupOverlayViewController() local
1096 if (viewStub == null) { in setupOverlayViewController()
1099 layout = viewStub.inflate(); in setupOverlayViewController()