OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputHandler
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/view/
InputHandler.java
23
public interface
InputHandler
{
InputQueue.java
54
InputHandler
inputHandler
, MessageQueue messageQueue);
71
* @param
inputHandler
The input handler to input events send to the target.
75
public static void registerInputChannel(InputChannel inputChannel,
InputHandler
inputHandler
,
80
if (
inputHandler
== null) {
81
throw new IllegalArgumentException("
inputHandler
must not be null");
92
nativeRegisterInputChannel(inputChannel,
inputHandler
, messageQueue);
117
private static void dispatchKeyEvent(
InputHandler
inputHandler
,
[
all
...]
ViewRoot.java
[
all
...]
/frameworks/base/core/java/com/android/internal/view/
BaseInputHandler.java
19
import android.view.
InputHandler
;
27
public abstract class BaseInputHandler implements
InputHandler
{
/frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java
46
import android.view.
InputHandler
;
220
final
InputHandler
mInputHandler = new BaseInputHandler() {
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
65
import android.view.
InputHandler
;
233
private final
InputHandler
mPointerLocationInputHandler = new BaseInputHandler() {
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 180 milliseconds