Searched refs:input (Results 426 - 431 of 431) sorted by relevance

<<1112131415161718

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java74 import android.hardware.input.InputManagerInternal;
146 * This class provides a system service that manages input methods.
208 // All known input methods. mMethodMap also serves as the global
298 * Id obtained with {@link InputMethodInfo#getId()} for the currently selected input method.
302 * <p>This can be transiently {@code null} when the system is re-initializing input method
320 * The client that is currently bound to an input method.
326 * from the input method client. If the window state is already changed before the report is
337 * The input context last provided by the current client.
342 * The missing method flags for the input context last provided by the current client.
354 * Id obtained with {@link InputMethodInfo#getId()} for the input metho
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java566 // default actuion automatically. Important for devices without direct input
7569 * For each PID in the given input array, write the current process state
9887 * Moves the input task to the docked stack.
9927 * Moves the top activity in the input stackId to the pinned stack.
9932 * @return True if the top activity of the input stack was successfully moved to the pinned
12071 * Handle input dispatching timeouts.
12072 * Returns whether input dispatching should be aborted or not.
13634 InputStreamReader input = null;
13644 input = new InputStreamReader(logcat.getInputStream());
13648 while ((num = input
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java49 import android.hardware.input.InputManager;
141 import com.android.server.input.InputManagerService;
305 // Maximum number of milliseconds to wait for input devices to be enumerated before
309 // Default input dispatching timeout in nanoseconds.
432 * The input consumer added to the window manager which consumes input events to windows below
438 * The input consumer added to the window manager before all wallpaper windows.
472 * Windows that have lost input focus and are waiting for the new
626 /** This just indicates the window the input method is on top of, not
627 * necessarily the window its input i
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java50 import android.hardware.input.InputManager;
193 // The view which captures mouse input, or null when no one is capturing.
220 // which means it won't receive input events.
223 // Set to true to stop input during an Activity Transition.
282 // Pool of queued input events.
288 * Pending input events are input events waiting to be delivered to the input stages
742 // Set up the input pipeline.
1149 * Block the input event
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java74 import android.hardware.input.InputManagerInternal;
393 // FIXME This state is shared between the input reader and handler thread.
396 // so that only one thread is involved in handling input policy. Unfortunately
398 // handler thread. We'll need to resolve this someday by teaching the input dispatcher
506 // (status bar, input method dock) accounted for.
518 // During layout, the current screen borders along which input method
1391 // Turn on the connected TV and switch HDMI input if we're a HDMI playback device.
1407 * turning on TV (optional) and switching input to us. If HDMI control service
2200 // These types of windows can't receive input events.
2363 // on-screen keyboards and other such input metho
[all...]
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect22 package input;
25 import input.reduce_general_inputBitCode;

Completed in 358 milliseconds

<<1112131415161718