Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarWindowViewTest.java50 private NotificationStackScrollLayout mStackScrollLayout; field in StatusBarWindowViewTest
56 mStackScrollLayout = mock(NotificationStackScrollLayout.class); in setUp()
57 when(mView.getStackScrollLayout()).thenReturn(mStackScrollLayout); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java89 private NotificationStackScrollLayout mStackScrollLayout; field in StatusBarWindowView
232 return mStackScrollLayout; in getStackScrollLayout()
248 mStackScrollLayout = findViewById(R.id.notification_stack_scroller); in onFinishInflate()