Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java2000 && !mView.getExpandedInThisMotion()
2051 if (mView.getExpandedInThisMotion() && !expandingNotification && wasExpandingBefore
2069 && !mView.getExpandedInThisMotion()
DNotificationStackScrollLayout.java3476 getExpandedInThisMotion() && !isUpOrCancel); in dispatchTouchEvent()
3486 mScrollViewFields.sendCurrentGestureOverscroll(getExpandedInThisMotion()); in dispatchTouchEvent()
5646 boolean getExpandedInThisMotion() { in getExpandedInThisMotion() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java926 when(mNotificationStackScrollLayout.getExpandedInThisMotion()).thenReturn(true); in stopExpandingNotification()