Searched refs:mStackScrollLayout (Results 1 – 2 of 2) sorted by relevance
50 private NotificationStackScrollLayout mStackScrollLayout; field in StatusBarWindowViewTest56 mStackScrollLayout = mock(NotificationStackScrollLayout.class); in setUp()57 when(mView.getStackScrollLayout()).thenReturn(mStackScrollLayout); in setUp()
89 private NotificationStackScrollLayout mStackScrollLayout; field in StatusBarWindowView232 return mStackScrollLayout; in getStackScrollLayout()248 mStackScrollLayout = findViewById(R.id.notification_stack_scroller); in onFinishInflate()