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.java231 protected NotificationStackScrollLayout getStackScrollLayout() { in getStackScrollLayout() method in StatusBarWindowView
287 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in setService()
389 getStackScrollLayout().closeControlsIfOutsideTouch(ev); in dispatchTouchEvent()
411 NotificationStackScrollLayout stackScrollLayout = getStackScrollLayout(); in onInterceptTouchEvent()
471 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()