/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceFreezer.java | 218 void cancelAnimation(SurfaceControl.Transaction t, boolean restarting) { in cancelAnimation() argument 227 if (!restarting) { in cancelAnimation() 234 if (!restarting) { in cancelAnimation()
|
D | SurfaceAnimator.java | 304 private void cancelAnimation(Transaction t, boolean restarting, boolean forwardCancel) { 305 if (DEBUG_ANIM) Slog.i(TAG, "Cancelling animation restarting=" + restarting); 315 if (!restarting) { 330 if (!restarting) {
|
D | ActivityTaskManagerInternal.java | 438 public abstract void handleAppDied(WindowProcessController wpc, boolean restarting, in handleAppDied() argument
|
D | ActivityTaskManagerService.java | 5745 public void handleAppDied(WindowProcessController wpc, boolean restarting, in handleAppDied() argument 5757 if (!restarting && hasVisibleActivities) { in handleAppDied()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethod.java | 246 @NonNull EditorInfo editorInfo, boolean restarting, in dispatchStartInputWithToken() argument 248 if (restarting) { in dispatchStartInputWithToken()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | IInputMethod.aidl | 49 in EditorInfo attribute, boolean restarting); in startInput() argument
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 720 @NonNull EditorInfo editorInfo, boolean restarting, in dispatchStartInputWithToken() argument 724 if (restarting) { in dispatchStartInputWithToken() 2094 public void onStartInputView(EditorInfo info, boolean restarting) { in onStartInputView() argument 2139 public void onStartCandidatesView(EditorInfo info, boolean restarting) { in onStartCandidatesView() argument 2417 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument 2436 void doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) { in doStartInput() argument 2437 if (!restarting && mInputStarted) { in doStartInput() 2450 onStartInput(attribute, restarting); in doStartInput() 2456 onStartInputView(mInputEditorInfo, restarting); in doStartInput() 2461 onStartCandidatesView(mInputEditorInfo, restarting); in doStartInput()
|
D | IInputMethodWrapper.java | 330 EditorInfo attribute, boolean restarting) { in startInput() argument 336 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 | 2414 public long restarting; field in ActivityManager.RunningServiceInfo 2476 dest.writeLong(restarting); in writeToParcel() 2493 restarting = source.readLong(); in readFromParcel()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 732 @NonNull String imeId, @StartInputReason int startInputReason, boolean restarting, in StartInputInfo() argument 744 mRestarting = restarting; in StartInputInfo() 4355 final boolean restarting = msg.arg2 != 0; in handleMessage() 4364 editorInfo, restarting); in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 3014 boolean restarting, boolean allowRestart, boolean fromBinderDied) { in handleAppDiedLocked() argument 3015 boolean kept = cleanUpApplicationRecordLocked(app, pid, restarting, allowRestart, -1, in handleAppDiedLocked() 3017 if (!kept && !restarting) { in handleAppDiedLocked() 3026 mAtmInternal.handleAppDied(app.getWindowProcessController(), restarting, () -> { in handleAppDiedLocked() local 11684 boolean restarting, boolean allowRestart, int index, boolean replacingPid, in cleanUpApplicationRecordLocked() argument 11733 if (restarting) { in cleanUpApplicationRecordLocked()
|
D | ActiveServices.java | 5132 info.restarting = r.nextRestartTime; in getRunningServiceInfoLocked() 5152 info.restarting = r.nextRestartTime; in getRunningServiceInfoLocked()
|
/frameworks/base/core/api/ |
D | current.txt | 4333 field public long restarting;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3634 field public long restarting;
|