Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java232 protected NotificationStackScrollLayout getStackScrollLayout() { in getStackScrollLayout() method in StatusBarWindowView
295 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in setService()
397 getStackScrollLayout().closeControlsIfOutsideTouch(ev); in dispatchTouchEvent()
419 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in onInterceptTouchEvent()
477 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in cancelExpandHelper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarWindowViewTest.java57 when(mView.getStackScrollLayout()).thenReturn(mStackScrollLayout); in setUp()