Home
last modified time | relevance | path

Searched defs:mDownX (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DInlineSuggestionRoot.java43 private float mDownX; field in InlineSuggestionRoot
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButton.java38 private int mDownX; field in EmergencyButton
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java78 private final float[] mDownX = new float[MAX_TRACKED_POINTERS]; field in SystemGesturesPointerEventListener
/aosp14/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java208 private float mDownX; field in NotificationHeaderView.HeaderTouchListener
H A DNotificationTopLineView.java294 private float mDownX; field in NotificationTopLineView.HeaderTouchListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt59 private val mDownX = FloatArray(MAX_TRACKED_POINTERS) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java413 private float mDownX; field in NotificationPanelViewController
2170 mDownX, in initDownStates() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java189 private int mDownX; field in NotificationStackScrollLayout