Home
last modified time | relevance | path

Searched defs:gestureType (Results 1 – 25 of 95) sorted by relevance

1234

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/data/repository/
DUserContextualEducationRepository.java106 ….education.data.model.GestureEduModel> readGestureEduModelFlow(@org.jetbrains.annotations.NotNull() in readGestureEduModelFlow()
111 …ta.model.GestureEduModel getGestureEduModel(com.android.systemui.contextualeducation.GestureType g… in getGestureEduModel()
117 public java.lang.Object updateGestureEduModel(@org.jetbrains.annotations.NotNull() in updateGestureEduModel()
142 …es.Key<java.lang.Integer> getSignalCountKey(com.android.systemui.contextualeducation.GestureType g… in getSignalCountKey()
146 …ava.lang.Integer> getEducationShownCountKey(com.android.systemui.contextualeducation.GestureType g… in getEducationShownCountKey()
150 ….lang.Long> getLastShortcutTriggeredTimeKey(com.android.systemui.contextualeducation.GestureType g… in getLastShortcutTriggeredTimeKey()
154 …java.lang.Long> getUsageSessionStartTimeKey(com.android.systemui.contextualeducation.GestureType g… in getUsageSessionStartTimeKey()
158 …Key<java.lang.Long> getLastEducationTimeKey(com.android.systemui.contextualeducation.GestureType g… in getLastEducationTimeKey()
DContextualEducationRepository.java35 ….education.data.model.GestureEduModel> readGestureEduModelFlow(@org.jetbrains.annotations.NotNull() in readGestureEduModelFlow()
42 public abstract java.lang.Object updateGestureEduModel(@org.jetbrains.annotations.NotNull() in updateGestureEduModel()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/domain/interactor/
DKeyboardTouchpadEduInteractor.java101 …final java.lang.Object incrementSignalCount(com.android.systemui.contextualeducation.GestureType g… in incrementSignalCount()
109 …lang.Object isMinIntervalForToastEduElapsed(com.android.systemui.contextualeducation.GestureType g… in isMinIntervalForToastEduElapsed()
118 ….data.repository.DeviceType getTargetDevice(com.android.systemui.contextualeducation.GestureType g… in getTargetDevice()
138 private final com.android.systemui.contextualeducation.GestureType gestureType = null; field in KeyboardTouchpadEduInteractor.StatsUpdateRequest
141 com.android.systemui.contextualeducation.GestureType gestureType) { in StatsUpdateRequest()
165 com.android.systemui.contextualeducation.GestureType gestureType) { in copy()
DContextualEducationInteractor.java94 …EduModel> readEduModelsOnSignalCountChanged(com.android.systemui.contextualeducation.GestureType g… in readEduModelsOnSignalCountChanged()
105 public final java.lang.Object incrementSignalCount(@org.jetbrains.annotations.NotNull() in incrementSignalCount()
112 public final java.lang.Object updateShortcutTriggerTime(@org.jetbrains.annotations.NotNull() in updateShortcutTriggerTime()
119 public final java.lang.Object updateOnEduTriggered(@org.jetbrains.annotations.NotNull() in updateOnEduTriggered()
126 public final java.lang.Object startNewUsageSession(@org.jetbrains.annotations.NotNull() in startNewUsageSession()
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DShortcutKeyTestBase.java232 boolean sendKeyGestureEventStart(int gestureType) { in sendKeyGestureEventStart()
238 boolean sendKeyGestureEventComplete(int gestureType) { in sendKeyGestureEventComplete()
244 boolean sendKeyGestureEventCancel(int gestureType) { in sendKeyGestureEventCancel()
251 boolean sendKeyGestureEventComplete(int gestureType, int modifierState) { in sendKeyGestureEventComplete()
257 boolean sendKeyGestureEventComplete(int keycode, int modifierState, int gestureType) { in sendKeyGestureEventComplete()
H A DTestPhoneWindowManager.java909 void assertKeyGestureCompleted(int[] keycodes, int modifierState, int gestureType, in assertKeyGestureCompleted()
928 void assertKeyGestureEventSentToKeyGestureController(int gestureType) { in assertKeyGestureEventSentToKeyGestureController()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/
H A DKeyGestureController.java888 @KeyGestureEvent.KeyGestureType int gestureType, int action, int flags) { in handleMultiKeyGesture()
903 @KeyGestureEvent.KeyGestureType int gestureType, int action, int displayId, in handleKeyGesture()
922 private boolean isKeyGestureSupported(@KeyGestureEvent.KeyGestureType int gestureType) { in isKeyGestureSupported()
934 @KeyGestureEvent.KeyGestureType int gestureType) { in notifyKeyGestureCompleted()
944 @KeyGestureEvent.KeyGestureType int gestureType) { in handleKeyGesture()
1251 public boolean isKeyGestureSupported(@KeyGestureEvent.KeyGestureType int gestureType) { in isKeyGestureSupported()
1291 int modifierState, @KeyGestureEvent.KeyGestureType int gestureType, int action, in createKeyGestureEvent()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/shared/model/
DEducationInfo.java12 private final com.android.systemui.contextualeducation.GestureType gestureType = null; field in EducationInfo
17 public EducationInfo(@org.jetbrains.annotations.NotNull() in EducationInfo()
52 …com.android.systemui.education.shared.model.EducationInfo copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/ui/viewmodel/
DContextualEduNotificationViewModel.java12 private final com.android.systemui.contextualeducation.GestureType gestureType = null; field in ContextualEduNotificationViewModel
18 com.android.systemui.contextualeducation.GestureType gestureType, int userId) { in ContextualEduNotificationViewModel()
64 com.android.systemui.contextualeducation.GestureType gestureType, int userId) { in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/data/model/
DGestureEduModel.java13 private final com.android.systemui.contextualeducation.GestureType gestureType = null; field in GestureEduModel
24 public GestureEduModel(@org.jetbrains.annotations.NotNull() in GestureEduModel()
97 …com.android.systemui.education.data.model.GestureEduModel copy(@org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/
DContextualEducationMetricsLogger.java16 public final void logContextualEducationTriggered(@org.jetbrains.annotations.NotNull() in logContextualEducationTriggered()
/aosp_15_r20/frameworks/base/core/java/android/hardware/input/
H A DIKeyGestureHandler.aidl41 boolean isKeyGestureSupported(int gestureType); in isKeyGestureSupported()
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/contextualeducation/
DContextualEduStatsManager.java44 public void updateEduStats(boolean isTrackpadGesture, GestureType gestureType) { in updateEduStats()
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/contextualeducation/
DSystemContextualEduStatsManager.java39 public void updateEduStats(boolean isTrackpadGesture, GestureType gestureType) { in updateEduStats()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/education/shared/model/
H A DEducationInfo.kt26 val gestureType: GestureType, constant in com.android.systemui.education.shared.model.EducationInfo
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java977 public void updateContextualEduStats(boolean isTrackpadGesture, GestureType gestureType) { in updateContextualEduStats()
1214 boolean isTrackpadGesture, GestureType gestureType) {} in updateContextualEduStats()
/aosp_15_r20/frameworks/base/core/java/android/view/inputmethod/
H A DParcelableHandwritingGesture.java62 private static HandwritingGesture createFromParcelInternal( in createFromParcelInternal()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/education/data/model/
H A DGestureEduModel.kt27 val gestureType: GestureType, constant in com.android.systemui.education.data.model.GestureEduModel
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/education/ui/viewmodel/
H A DContextualEduContentViewModel.kt26 val gestureType: GestureType, constant in com.android.systemui.education.ui.viewmodel.ContextualEduNotificationViewModel
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/
DDesktopModeKeyGestureHandler.java64 public boolean isKeyGestureSupported(int gestureType) { in isKeyGestureSupported()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/education/ui/view/
DContextualEduUiCoordinator.java99 …droid.app.PendingIntent createPendingIntent(com.android.systemui.contextualeducation.GestureType g… in createPendingIntent()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/debug/
H A DTouchpadDebugViewController.java177 public void updateTouchpadGestureInfo(int gestureType, int deviceId) { in updateTouchpadGestureInfo()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/notetask/
DNoteTaskInitializer.java130 private final boolean isKeyGestureSupported(int gestureType) { in isKeyGestureSupported()
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
H A DISystemUiProxy.aidl179 oneway void updateContextualEduStats(boolean isTrackpadGesture, String gestureType) = 58; in updateContextualEduStats()
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/debug/
H A DTouchpadDebugViewTest.java356 int gestureType = 3; in testTouchpadGesture() local

1234