Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1766 && !mView.getOnlyScrollingInThisMotion() && guts == null) {
1778 && !mView.getOnlyScrollingInThisMotion()
1817 boolean onlyScrollingInThisMotion = mView.getOnlyScrollingInThisMotion();
H A DNotificationStackScrollLayout.java5376 boolean getOnlyScrollingInThisMotion() { in getOnlyScrollingInThisMotion() method