Home
last modified time | relevance | path

Searched defs:inputMethod (Results 1 – 25 of 241) sorted by relevance

12345678910

/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
H A DAdviceAdapterTest.java70 MethodNode inputMethod = in testAllMethods_invalidConstructor() local
82 MethodNode inputMethod = in testAllMethods_simpleConstructor() local
104 MethodNode inputMethod = in testAllMethods_constructorWithTwoSuperInitInTwoBranches() local
145 MethodNode inputMethod = in testAllMethods_constructorWithTwoSuperInitInTwoSwitchBranches() local
188 MethodNode inputMethod = in testAllMethods_constructorWithSuperInitsInNormalAndHandlerBranches() local
224 MethodNode inputMethod = in testAllMethods_constructorWithUninitThisInTwoBranches() local
265 MethodNode inputMethod = in testAllMethods_constructorWithDupX1() local
293 MethodNode inputMethod = in testAllMethods_constructorWithDupX2() local
321 MethodNode inputMethod = in testAllMethods_constructorWithDup2() local
349 MethodNode inputMethod = in testAllMethods_constructorWithDup2X1() local
[all …]
H A DJsrInlinerAdapterTest.java135 MethodNode inputMethod = in testInlineJsr_basicTryFinally() local
220 MethodNode inputMethod = in testInlineJsr_ifElseInFinally() local
327 MethodNode inputMethod = in testInlineJsr_lookupOrTableSwitchInFinally() local
433 MethodNode inputMethod = in testInlineJsr_simpleNestedFinally() local
560 MethodNode inputMethod = in testInlineJsr_subroutineWithNoRet() local
643 MethodNode inputMethod = in testInlineJsr_subroutineWithNoRet2() local
699 MethodNode inputMethod = in testInlineJsr_implicitExit() local
799 MethodNode inputMethod = in testInlineJsr_implicitExitToAnotherSubroutine() local
942 MethodNode inputMethod = in testInlineJsr_commonCodeWhichMustBeDuplicated() local
1018 MethodNode inputMethod = in testInlineJsr_interleavedCode() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/common/
DToggleTaskSizeInteraction.java21 …te final com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod; field in ToggleTaskSizeInteraction
37com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod, @org.je… in ToggleTaskSizeInteraction()
64 com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod) { in ToggleTaskSizeInteraction()
92 com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod) { in ToggleTaskSizeInteraction()
120com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod, @org.je… in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/
DDesktopModeEventLogger.java103com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod, @org.je… in logTaskResizingStarted()
116com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod, @org.je… in logTaskResizingEnded()
124 …on.ResizeTrigger resizeTrigger, com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.… in createTaskSizeUpdate()
329 …te final com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod; field in DesktopModeEventLogger.Companion.TaskSizeUpdate
339com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod, int ins… in TaskSizeUpdate()
409com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod, int ins… in copy()
DDesktopTasksController.java552com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod, @org.je… in snapToHalfScreen()
564com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.InputMethod inputMethod, @org.je… in handleInstantSnapResizingTask()
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java147 IInputMethodWrapper(InputMethodServiceInternal imsInternal, InputMethod inputMethod) { in IInputMethodWrapper()
158 final InputMethod inputMethod = mInputMethod.get(); in executeMessage() local
546 private static boolean isValid(InputMethod inputMethod, InputMethodServiceInternal target, in isValid()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/tiling/
H A DDesktopTilingWindowDecoration.kt229 val inputMethod = DesktopModeEventLogger.getInputMethodFromMotionEvent(motionEvent) in onDividerHandleDragStart() constant
305 val inputMethod = DesktopModeEventLogger.getInputMethodFromMotionEvent(motionEvent) in onDividerHandleDragEnd() constant
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/stylus/
DStylusDevicesController.java230 InputMethodInfo inputMethod = imm.getCurrentInputMethodInfo(); in onPreferenceClick() local
314 InputMethodInfo inputMethod = imm.getCurrentInputMethodInfo(); in currentInputMethodSupportsHandwriting() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/common/
H A DToggleTaskSizeUtils.kt32 val inputMethod: InputMethod, constant in com.android.wm.shell.desktopmode.common.ToggleTaskSizeInteraction
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInsetsSourceProviderTest.java241 final WindowState inputMethod = createWindow(null, TYPE_INPUT_METHOD, "inputMethod"); in testUpdateSourceFrameForIme() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/e2e/desktopmode/scenarios/src/com/android/wm/shell/scenarios/
H A DResizeAppWithEdgeResize.kt41 val inputMethod: MotionEventHelper.InputMethod, constant in com.android.wm.shell.scenarios.ResizeAppWithEdgeResize
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityImeTest.java143 final InputMethod inputMethod = service.getInputMethod(); in testDefaultImplementation() local
/aosp_15_r20/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
H A DMotionEventHelper.kt40 val inputMethod: InputMethod constant in com.android.server.wm.flicker.helpers.MotionEventHelper
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DIInputMethodInvoker.java59 static IInputMethodInvoker create(@Nullable IInputMethod inputMethod) { in create()
H A DInputMethodManagerService.java2365 void initializeImeLocked(@NonNull IInputMethodInvoker inputMethod, @NonNull IBinder token, in initializeImeLocked()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DCheckCLDR.java201 InputMethod inputMethod, in getShowRowAction()
287 InputMethod inputMethod, in getAcceptNewItemAction()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopModeEventLogger.kt437 val inputMethod: InputMethod? = null, constant in com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.TaskSizeUpdate
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDesktopModeWindowDecorViewModel.java669 public void onSnapResize(int taskId, boolean left, InputMethod inputMethod, boolean fromMenu) { in onSnapResize()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/translation/services.translation/android_common/repackaged-jarjar/javac/
Dservices.translation.jarcom/android/server/translation/TranslationManagerServiceShellCommand.class TranslationManagerServiceShellCommand.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/translation/services.translation/android_common/javac/
Dservices.translation.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java8876 final String inputMethod = in shouldAllowFgsStartForegroundNoBindingCheckLocked() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/repackaged-jarjar/kotlinc/
DWindowManager-Shell.jarcom/android/wm/shell/windowdecor/viewholder/WindowDecorationViewHolder.class WindowDecorationViewHolder.kt package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kotlin/
DWindowManager-Shell.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__libs__WindowManager__Shell__android_common__WindowManager-Shell. ...
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A DR.java1747 public static final int inputMethod = 0; field in R
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-9/
Dframework.jarandroid/net/LocalSocket.uau android/net/LocalSocket.class LocalSocket.java package android ...

12345678910