HomeSort by relevance Sort by last modified time
    Searched refs:restarting (Results 1 - 25 of 73) sorted by null

1 2 3

  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
CtsBaseInputMethod.java 74 public void onStartInput(EditorInfo editorInfo, boolean restarting) {
78 + " restarting=" + restarting);
80 sendEvent(ON_START_INPUT, editorInfo, restarting);
82 super.onStartInput(editorInfo, restarting);
86 public void onStartInputView(EditorInfo editorInfo, boolean restarting) {
90 + " restarting=" + restarting);
92 sendEvent(ON_START_INPUT_VIEW, editorInfo, restarting);
94 super.onStartInputView(editorInfo, restarting);
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 171 * @param restarting {@code false} if this corresponds to
188 @NonNull EditorInfo editorInfo, boolean restarting,
190 if (restarting) {
  /cts/tests/app/src/android/app/cts/
ActivityManager_RunningServiceInfoTest.java 44 mRunningServiceInfo.restarting = 1l;
71 assertEquals(1l, values.restarting);
91 assertEquals(1l, values.restarting);
  /frameworks/base/core/java/com/android/internal/view/
IInputMethod.aidl 42 in EditorInfo attribute, boolean restarting);
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
StatsUtils.java 71 public static void onStartInputView(int inputType, int displayOrientation, boolean restarting) {
  /cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
MockIme.java 385 public void onStartInput(EditorInfo editorInfo, boolean restarting) {
386 getTracer().onStartInput(editorInfo, restarting,
387 () -> super.onStartInput(editorInfo, restarting));
391 public void onStartInputView(EditorInfo editorInfo, boolean restarting) {
392 getTracer().onStartInputView(editorInfo, restarting,
393 () -> super.onStartInputView(editorInfo, restarting));
588 public void onStartInput(EditorInfo editorInfo, boolean restarting,
592 arguments.putBoolean("restarting", restarting);
596 public void onStartInputView(EditorInfo editorInfo, boolean restarting,
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 221 @Override public void onStartInput(EditorInfo attribute, boolean restarting) {
222 super.onStartInput(attribute, restarting);
224 if (!restarting && mComposingText != null) {
230 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
231 super.onStartInputView(attribute, restarting);
OpenWnnEN.java 310 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
311 super.onStartInputView(attribute, restarting);
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 177 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,
InputMethodService.java 529 @NonNull EditorInfo editorInfo, boolean restarting,
536 super.dispatchStartInputWithToken(inputConnection, editorInfo, restarting,
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
SurfaceAnimator.java 109 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) {
251 if (DEBUG_ANIM) Slog.i(TAG, "Cancelling animation restarting=" + restarting);
259 if (!restarting) {
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 147 @Override public void onStartInput(EditorInfo attribute, boolean restarting) {
148 super.onStartInput(attribute, restarting);
150 // Reset our state. We want to do this even if restarting, because
155 if (!restarting) {
257 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) {
258 super.onStartInputView(attribute, restarting);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 463 boolean restarting) {
471 latinIme.onStartInputInternal(editorInfo, restarting);
476 public void onStartInput(final EditorInfo editorInfo, final boolean restarting) {
481 if (mIsOrientationChanging && restarting) {
488 executePendingImsCallback(latinIme, editorInfo, restarting);
489 latinIme.onStartInputInternal(editorInfo, restarting);
494 public void onStartInputView(final EditorInfo editorInfo, final boolean restarting) {
509 executePendingImsCallback(latinIme, editorInfo, restarting);
510 latinIme.onStartInputViewInternal(editorInfo, restarting);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibilityUtils.java 245 * @param restarting Whether the connection is being restarted.
248 final boolean restarting) {
  /build/blueprint/proptools/
escape.go 38 // quote, and then a single quote to restarting quoting. A new slice containing the escaped strings
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 245 public void onStartInputView(EditorInfo info, boolean restarting) {
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 245 public void onStartInputView(EditorInfo info, boolean restarting) {
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 245 public void onStartInputView(EditorInfo info, boolean restarting) {
  /frameworks/base/core/java/com/android/internal/app/procstats/
ServiceState.java 285 public void setRestarting(boolean restarting, int memFactor, long now) {
286 mRestarting = restarting;
  /external/autotest/server/hosts/
cros_repair.py 506 """Repair by restarting Jetstrem services."""
  /external/python/cpython2/Lib/idlelib/
PyShell.py 395 self.restarting = False
476 if self.restarting:
478 self.restarting = True
517 self.restarting = False
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 385 self.restarting = False
458 if self.restarting:
460 self.restarting = True
499 self.restarting = False
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 521 long activeSince = service.restarting == 0 ? service.activeSince : -1;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
PyShell.py 368 self.restarting = False
448 if self.restarting:
450 self.restarting = True
490 self.restarting = False
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
PyShell.py 368 self.restarting = False
448 if self.restarting:
450 self.restarting = True
490 self.restarting = False
    [all...]

Completed in 2062 milliseconds

1 2 3