Home
last modified time | relevance | path

Searched defs:mDownY (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DInlineSuggestionRoot.java44 private float mDownY; field in InlineSuggestionRoot
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java39 private int mDownY; field in EmergencyButton
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DNonInterceptingScrollView.java32 private float mDownY; field in NonInterceptingScrollView
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java79 private final float[] mDownY = new float[MAX_TRACKED_POINTERS]; field in SystemGesturesPointerEventListener
/aosp14/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java209 private float mDownY; field in NotificationHeaderView.HeaderTouchListener
H A DNotificationTopLineView.java295 private float mDownY; field in NotificationTopLineView.HeaderTouchListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt60 private val mDownY = FloatArray(MAX_TRACKED_POINTERS) regex
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java195 private int mDownY; field in DecorView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java414 private float mDownY; field in NotificationPanelViewController
2171 mDownY, in initDownStates() local