Searched defs:restarting (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java171 * @param restarting {@code false} if this corresponds to
188 @NonNull EditorInfo editorInfo, boolean restarting,
190 if (restarting) {
187 dispatchStartInputWithToken(@ullable InputConnection inputConnection, @NonNull EditorInfo editorInfo, boolean restarting, @NonNull IBinder startInputToken) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java177 final boolean restarting = msg.arg2 != 0;
186 inputMethod.dispatchStartInputWithToken(ic, info, restarting /* restarting */,
286 EditorInfo attribute, boolean restarting) {
292 missingMethods, restarting ? 1 : 0, startInputToken, inputContext, attribute,
284 startInput(IBinder startInputToken, IInputContext inputContext, @InputConnectionInspector.MissingMethodFlags final int missingMethods, EditorInfo attribute, boolean restarting) argument
H A DInputMethodService.java529 @NonNull EditorInfo editorInfo, boolean restarting,
536 super.dispatchStartInputWithToken(inputConnection, editorInfo, restarting,
1648 * @param restarting Set to true if we are restarting input on the
1651 public void onStartInputView(EditorInfo info, boolean restarting) { argument
1693 * @param restarting Set to true if we are restarting input on the
1696 public void onStartCandidatesView(EditorInfo info, boolean restarting) { argument
1963 * @param restarting Set to true if input is restarting i
528 dispatchStartInputWithToken(@ullable InputConnection inputConnection, @NonNull EditorInfo editorInfo, boolean restarting, @NonNull IBinder startInputToken) argument
1968 onStartInput(EditorInfo attribute, boolean restarting) argument
1991 doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimator.java109 cancelAnimation(t, true /* restarting */, true /* forwardCancel */);
172 cancelAnimation(mAnimatable.getPendingTransaction(), false /* restarting */,
225 cancelAnimation(t, true /* restarting */, true /* forwardCancel */);
230 from.cancelAnimation(t, false /* restarting */, false /* forwardCancel */);
245 * @param restarting Whether we are restarting the animation.
250 private void cancelAnimation(Transaction t, boolean restarting, boolean forwardCancel) { argument
251 if (DEBUG_ANIM) Slog.i(TAG, "Cancelling animation restarting=" + restarting);
259 if (!restarting) {
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java285 public void setRestarting(boolean restarting, int memFactor, long now) { argument
286 mRestarting = restarting;
/frameworks/base/core/java/android/app/
H A DActivityManager.java2369 public long restarting; field in class:ActivityManager.RunningServiceInfo
2431 dest.writeLong(restarting);
2448 restarting = source.readLong();
3615 * processes to reclaim memory; the system will take care of restarting
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java667 /* @InputMethodClient.StartInputReason */ int startInputReason, boolean restarting,
676 mRestarting = restarting;
801 + " restarting=" + entry.mRestarting);
1811 MSG_START_INPUT, mCurInputContextMissingMethods, initial ? 0 : 1 /* restarting */,
3451 final boolean restarting = msg.arg2 != 0;
3460 editorInfo, restarting);
666 StartInputInfo(@onNull IBinder imeToken, @NonNull String imeId, int startInputReason, boolean restarting, @Nullable IBinder targetWindow, @NonNull EditorInfo editorInfo, int targetWindowSoftInputMode, int clientBindSequenceNumber) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java5887 boolean restarting, boolean allowRestart) {
5889 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1,
5891 if (!kept && !restarting) {
5919 if (!restarting && hasVisibleActivities
5921 // If there was nothing to resume, and we are not already restarting this process, but
5923 // visible activities are running, taking care of restarting this process.
7848 // an infinite loop of restarting processes...
14923 Log.i(TAG, "Shutdown complete, restarting!");
20094 boolean restarting, boolean allowRestart, int index, boolean replacingPid) {
20222 // If the caller is restarting thi
5886 handleAppDiedLocked(ProcessRecord app, boolean restarting, boolean allowRestart) argument
20093 cleanUpApplicationRecordLocked(ProcessRecord app, boolean restarting, boolean allowRestart, int index, boolean replacingPid) argument
[all...]

Completed in 220 milliseconds