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

1 2 3

  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/ime/
CtsBaseInputMethod.java 82 public void onStartInput(EditorInfo editorInfo, boolean restarting) {
86 + " restarting=" + restarting);
91 .with(DeviceEventTypeParam.ON_START_INPUT_RESTARTING, restarting));
92 super.onStartInput(editorInfo, restarting);
96 public void onStartInputView(EditorInfo editorInfo, boolean restarting) {
100 + " restarting=" + restarting);
105 super.onStartInputView(editorInfo, restarting);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 165 * @param restarting {@code false} if this corresponds to
181 @NonNull EditorInfo editorInfo, boolean restarting,
183 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) {
  /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 168 final boolean restarting = msg.arg2 != 0;
175 inputMethod.dispatchStartInputWithToken(ic, info, restarting /* restarting */,
258 EditorInfo attribute, boolean restarting) {
260 missingMethods, restarting ? 1 : 0, startInputToken, inputContext, attribute));
InputMethodService.java 438 @NonNull EditorInfo editorInfo, boolean restarting,
445 super.dispatchStartInputWithToken(inputConnection, editorInfo, 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) {
  /external/autotest/server/hosts/
cros_repair.py 457 """Repair by restarting Jetstrem services."""
  /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/python/cpython2/Lib/idlelib/
PyShell.py 395 self.restarting = False
476 if self.restarting:
478 self.restarting = True
517 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 368 self.restarting = False
448 if self.restarting:
450 self.restarting = True
490 self.restarting = False
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 368 self.restarting = False
448 if self.restarting:
450 self.restarting = True
490 self.restarting = False
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
css.go 233 // or quote characters to prevent the browser from restarting parsing

Completed in 1679 milliseconds

1 2 3