OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touchedWin
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/wm/
DragState.java
430
WindowState
touchedWin
= mDisplayContent.getTouchableWinAtPointLocked(x, y);
431
if (
touchedWin
!= null && !isWindowNotified(
touchedWin
)) {
434
touchedWin
= null;
441
if ((
touchedWin
!= mTargetWindow) && (mTargetWindow != null)) {
453
if (
touchedWin
!= null) {
455
Slog.d(TAG_WM, "sending DRAG_LOCATION to " +
touchedWin
);
457
DragEvent evt = obtainDragEvent(
touchedWin
, DragEvent.ACTION_DRAG_LOCATION,
459
touchedWin
.mClient.dispatchDragEvent(evt);
460
if (myPid !=
touchedWin
.mSession.mPid)
[
all
...]
DisplayContent.java
647
WindowState
touchedWin
= null;
670
touchedWin
= window;
675
return
touchedWin
;
Completed in 55 milliseconds