Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1333 private View reInflateStub(int viewId, int stubId, int layoutId, boolean enabled) { in reInflateStub() argument
1344 stub.setId(stubId); in reInflateStub()
1350 ViewStub stub = mView.findViewById(stubId); in reInflateStub()