Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1989 && !mView.getOnlyScrollingInThisMotion() && guts == null) {
2001 && !mView.getOnlyScrollingInThisMotion()
2040 boolean onlyScrollingInThisMotion = mView.getOnlyScrollingInThisMotion();
DNotificationStackScrollLayout.java5621 boolean getOnlyScrollingInThisMotion() { in getOnlyScrollingInThisMotion() method