Home
last modified time | relevance | path

Searched refs:StartInputReason (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/com/android/internal/inputmethod/
DStartInputReason.java31 StartInputReason.UNSPECIFIED,
32 StartInputReason.WINDOW_FOCUS_GAIN,
33 StartInputReason.WINDOW_FOCUS_GAIN_REPORT_ONLY,
34 StartInputReason.SCHEDULED_CHECK_FOCUS,
35 StartInputReason.APP_CALLED_RESTART_INPUT_API,
36 StartInputReason.CHECK_FOCUS,
37 StartInputReason.BOUND_TO_IMMS,
38 StartInputReason.UNBOUND_FROM_IMMS,
39 StartInputReason.ACTIVATED_BY_IMMS,
40 StartInputReason.DEACTIVATED_BY_IMMS,
[all …]
DInputMethodDebug.java44 public static String startInputReasonToString(@StartInputReason int reason) { in startInputReasonToString()
46 case StartInputReason.UNSPECIFIED: in startInputReasonToString()
48 case StartInputReason.WINDOW_FOCUS_GAIN: in startInputReasonToString()
50 case StartInputReason.WINDOW_FOCUS_GAIN_REPORT_ONLY: in startInputReasonToString()
52 case StartInputReason.SCHEDULED_CHECK_FOCUS: in startInputReasonToString()
54 case StartInputReason.APP_CALLED_RESTART_INPUT_API: in startInputReasonToString()
56 case StartInputReason.CHECK_FOCUS: in startInputReasonToString()
58 case StartInputReason.BOUND_TO_IMMS: in startInputReasonToString()
60 case StartInputReason.UNBOUND_FROM_IMMS: in startInputReasonToString()
62 case StartInputReason.ACTIVATED_BY_IMMS: in startInputReasonToString()
[all …]
/frameworks/base/core/java/android/view/inputmethod/
DViewFocusParameterInfo.java23 import com.android.internal.inputmethod.StartInputReason;
35 @StartInputReason final int mPreviousStartInputReason;
41 @StartInputReason int previousStartInputReason, in ViewFocusParameterInfo()
53 @StartInputReason int startInputReason, in sameAs()
DInputMethodManager.java38 import static com.android.internal.inputmethod.StartInputReason.BOUND_TO_IMMS;
123 import com.android.internal.inputmethod.StartInputReason;
876 if (startInputOnWindowFocusGainInternal(StartInputReason.WINDOW_FOCUS_GAIN, in onPostWindowGainedFocus()
892 StartInputReason.WINDOW_FOCUS_GAIN_REPORT_ONLY, mClient, in onPostWindowGainedFocus()
941 startInputOnWindowFocusGainInternal(StartInputReason.SCHEDULED_CHECK_FOCUS, in onScheduledCheckFocus()
1027 private boolean startInputOnWindowFocusGainInternal(@StartInputReason int startInputReason, in startInputOnWindowFocusGainInternal()
1106 startInputInner(StartInputReason.BOUND_TO_IMMS, null, 0, 0, 0); in handleMessage()
1191 StartInputReason.UNBOUND_FROM_IMMS, null, 0, 0, 0); in handleMessage()
1237 startInputInner(StartInputReason.BOUND_ACCESSIBILITY_SESSION_TO_IMMS, null, in handleMessage()
1299 final int reason = active ? StartInputReason.ACTIVATED_BY_IMMS in handleMessage()
[all …]
DIInputMethodManagerGlobalInvoker.java48 import com.android.internal.inputmethod.StartInputReason;
367 static InputBindResult startInputOrWindowGainedFocus(@StartInputReason int startInputReason, in startInputOrWindowGainedFocus()
396 static int startInputOrWindowGainedFocusAsync(@StartInputReason int startInputReason, in startInputOrWindowGainedFocusAsync()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DStartInputInfo.java30 import com.android.internal.inputmethod.StartInputReason;
62 @StartInputReason
77 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo()
DStartInputHistory.java26 import com.android.internal.inputmethod.StartInputReason;
88 @StartInputReason
DIInputMethodManagerImpl.java53 import com.android.internal.inputmethod.StartInputReason;
116 @StartInputReason int startInputReason, IInputMethodClient client, in startInputOrWindowGainedFocusAsync()
125 @StartInputReason int startInputReason, IInputMethodClient client, in startInputOrWindowGainedFocus()
294 @StartInputReason int startInputReason, IInputMethodClient client, IBinder windowToken, in startInputOrWindowGainedFocus()
309 public void startInputOrWindowGainedFocusAsync(@StartInputReason int startInputReason, in startInputOrWindowGainedFocusAsync()
DZeroJankProxy.java70 import com.android.internal.inputmethod.StartInputReason;
234 @StartInputReason int startInputReason, in startInputOrWindowGainedFocusAsync()
268 @StartInputReason int startInputReason, in startInputOrWindowGainedFocus()
DInputMethodManagerService.java168 import com.android.internal.inputmethod.StartInputReason;
2005 InputBindResult attachNewInputLocked(@StartInputReason int startInputReason, boolean initial) { in attachNewInputLocked()
2077 private void attachNewAccessibilityLocked(@StartInputReason int startInputReason, in attachNewAccessibilityLocked()
2089 if (startInputReason != StartInputReason.SESSION_CREATED_BY_ACCESSIBILITY) { in attachNewAccessibilityLocked()
2123 @StartInputReason int startInputReason, in startInputUncheckedLocked()
2470 StartInputReason.SESSION_CREATED_BY_IME, true); in onSessionCreated()
2471 attachNewAccessibilityLocked(StartInputReason.SESSION_CREATED_BY_IME, true); in onSessionCreated()
3692 @StartInputReason int startInputReason, IInputMethodClient client, IBinder windowToken, in startInputOrWindowGainedFocusAsync()
3705 @StartInputReason int startInputReason, IInputMethodClient client, IBinder windowToken, in startInputOrWindowGainedFocus()
3865 @StartInputReason int startInputReason, IInputMethodClient client, in startInputOrWindowGainedFocusInternalLocked()
[all …]
/frameworks/base/core/tests/InputMethodCoreTests/src/com/android/internal/inputmethod/
DInputMethodDebugTest.java37 InputMethodDebug.startInputReasonToString(StartInputReason.UNSPECIFIED)); in testStartInputReasonToString()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DDefaultImeVisibilityApplierTest.java54 import com.android.internal.inputmethod.StartInputReason;
235 StartInputReason.WINDOW_FOCUS_GAIN /* startInputReason */, in startInputOrWindowGainedFocus()
DInputMethodManagerServiceWindowGainedFocusTest.java52 import com.android.internal.inputmethod.StartInputReason;
257 StartInputReason.WINDOW_FOCUS_GAIN /* startInputReason */, in startInputOrWindowGainedFocus()