/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 221 @NonNull EditorInfo editorInfo, boolean restarting, in dispatchStartInputWithToken() argument 223 if (restarting) { in dispatchStartInputWithToken()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimator.java | 256 private void cancelAnimation(Transaction t, boolean restarting, boolean forwardCancel) { 257 if (DEBUG_ANIM) Slog.i(TAG, "Cancelling animation restarting=" + restarting); 265 if (!restarting) { 275 if (!restarting) {
|
D | ActivityTaskManagerInternal.java | 426 public abstract void handleAppDied(WindowProcessController wpc, boolean restarting, in handleAppDied() argument
|
D | ActivityTaskManagerService.java | 6756 public void handleAppDied(WindowProcessController wpc, boolean restarting, in handleAppDied() argument 6769 if (!restarting && hasVisibleActivities) { in handleAppDied()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethod.aidl | 43 in EditorInfo attribute, boolean restarting, boolean preRenderImeViews); in startInput() argument
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 576 @NonNull EditorInfo editorInfo, boolean restarting, in dispatchStartInputWithToken() argument 582 if (restarting) { in dispatchStartInputWithToken() 1731 public void onStartInputView(EditorInfo info, boolean restarting) { in onStartInputView() argument 1776 public void onStartCandidatesView(EditorInfo info, boolean restarting) { in onStartCandidatesView() argument 2068 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument 2084 void doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) { in doStartInput() argument 2085 if (!restarting) { in doStartInput() 2093 onStartInput(attribute, restarting); in doStartInput() 2098 onStartInputView(mInputEditorInfo, restarting); in doStartInput() 2103 onStartCandidatesView(mInputEditorInfo, restarting); in doStartInput()
|
D | IInputMethodWrapper.java | 301 EditorInfo attribute, boolean restarting, boolean shouldPreRenderIme) { in startInput() argument 307 args.argi1 = restarting ? 1 : 0; in startInput()
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ServiceState.java | 307 public void setRestarting(boolean restarting, int memFactor, long now) { in setRestarting() argument 308 mRestarting = restarting; in setRestarting()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 2162 public long restarting; 2224 dest.writeLong(restarting); 2241 restarting = source.readLong();
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 739 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo() argument 751 mRestarting = restarting; in StartInputInfo() 3784 final boolean restarting = msg.arg2 != 0; in handleMessage() 3793 editorInfo, restarting, session.client.shouldPreRenderIme); in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 3785 info.restarting = r.nextRestartTime; in getRunningServiceInfoLocked() 3805 info.restarting = r.nextRestartTime; in getRunningServiceInfoLocked()
|
D | ActivityManagerService.java | 3599 boolean restarting, boolean allowRestart) { in handleAppDiedLocked() argument 3601 boolean kept = cleanUpApplicationRecordLocked(app, restarting, allowRestart, -1, in handleAppDiedLocked() 3603 if (!kept && !restarting) { in handleAppDiedLocked() 3614 mAtmInternal.handleAppDied(app.getWindowProcessController(), restarting, () -> { in handleAppDiedLocked() local 13663 boolean restarting, boolean allowRestart, int index, boolean replacingPid) { in cleanUpApplicationRecordLocked() argument 13795 if (restarting) { in cleanUpApplicationRecordLocked()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3634 field public long restarting;
|
/frameworks/base/api/ |
D | current.txt | 4077 field public long restarting;
|