OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InputQueue
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java
24
import android.view.
InputQueue
;
45
InputQueue
.registerInputChannel(mClientChannel, inputHandler, looper.getQueue());
91
InputQueue
.unregisterInputChannel(mClientChannel);
DragState.java
31
import android.view.
InputQueue
;
93
InputQueue
.registerInputChannel(mClientChannel, mService.mDragInputHandler,
142
InputQueue
.unregisterInputChannel(mClientChannel);
/frameworks/base/core/java/android/view/
InputQueue.java
26
public final class
InputQueue
{
27
private static final String TAG = "
InputQueue
";
32
* Interface to receive notification of when an
InputQueue
is associated
37
* Called when the given
InputQueue
is now associated with the
40
void onInputQueueCreated(
InputQueue
queue);
43
* Called when the given
InputQueue
is no longer associated with
46
void onInputQueueDestroyed(
InputQueue
queue);
59
public
InputQueue
(InputChannel channel) {
ViewRootImpl.java
203
InputQueue
.Callback mInputQueueCallback;
204
InputQueue
mInputQueue;
553
mInputQueue = new
InputQueue
(mInputChannel);
556
InputQueue
.registerInputChannel(mInputChannel, mInputHandler,
[
all
...]
/frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java
49
import android.view.
InputQueue
;
232
InputQueue
.FinishedCallback finishedCallback) {
575
InputQueue
.registerInputChannel(mInputChannel, mInputHandler,
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java
76
import android.view.
InputQueue
;
316
public void handleMotion(MotionEvent event,
InputQueue
.FinishedCallback finishedCallback) {
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/9/
android.jar
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/12/
android.jar
Completed in 162 milliseconds