Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlShellCommand.java285 private int historySize(PrintWriter pw) throws RemoteException { in historySize() method in HdmiControlShellCommand
/aosp14/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java360 final int historySize = event.getHistorySize(); in sendHidTouch() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt332 val historySize = move.historySize regex
/aosp14/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java643 final int historySize = event.getHistorySize(); in ensureHistorySizeIsZeroForThisAction() local
H A DMotionEvent.java3683 final int historySize = nativeGetHistorySize(event.mNativePtr); in addBatch() local
3827 final int historySize = nativeGetHistorySize(mNativePtr); in split() local
/aosp14/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java558 final int historySize = mAdapter.getHistorySize(); in updateAppearance() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java356 final int historySize = move.getHistorySize(); in detectSwipe() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java989 final int historySize = event.getHistorySize(); in handleActionMove() local
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java592 final int historySize = history.size(); in offsetHistory() local