HomeSort by relevance Sort by last modified time
    Searched defs:appWindowToken (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/input/
InputApplicationHandle.java 32 public final Object appWindowToken;
42 public InputApplicationHandle(Object appWindowToken) {
43 this.appWindowToken = appWindowToken;
  /frameworks/base/services/core/java/com/android/server/wm/
WindowToken.java 25 * is an AppWindowToken, which is the handle for an Activity that it uses
46 // If this is an AppWindowToken, this is non-null.
47 AppWindowToken appWindowToken;
InputMonitor.java 94 AppWindowToken appWindowToken = null;
101 appWindowToken = windowState.mAppToken;
104 if (appWindowToken == null && inputApplicationHandle != null) {
105 appWindowToken = (AppWindowToken)inputApplicationHandle.appWindowToken;
118 } else if (appWindowToken != null) {
120 + "sending to application " + appWindowToken.stringName
127 mService.saveANRStateLocked(appWindowToken, windowState, reason)
    [all...]

Completed in 47 milliseconds