Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1878 && !mView.getOnlyScrollingInThisMotion() && guts == null) {
1890 && !mView.getOnlyScrollingInThisMotion()
1929 boolean onlyScrollingInThisMotion = mView.getOnlyScrollingInThisMotion();
H A DNotificationStackScrollLayout.java5558 boolean getOnlyScrollingInThisMotion() { in getOnlyScrollingInThisMotion() method