Home
last modified time | relevance | path

Searched refs:getVerticalScrollFactor (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/webkit/
H A DWebView.java2500 public float getVerticalScrollFactor() { in getVerticalScrollFactor() method in WebView.PrivateAccess
2501 return WebView.this.getVerticalScrollFactor(); in getVerticalScrollFactor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3511 final int delta = (int) (vscroll * getVerticalScrollFactor()); in onGenericMotionEvent()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java28942 protected float getVerticalScrollFactor() { in getVerticalScrollFactor() method in View
28965 return getVerticalScrollFactor(); in getHorizontalScrollFactor()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt17577 method public float getVerticalScrollFactor();