Searched defs:DISPATCH_APP_VISIBILITY (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2344 public final static int DISPATCH_APP_VISIBILITY = 1008; field in class:ViewRootImpl
2381 case DISPATCH_APP_VISIBILITY:
2382 return "DISPATCH_APP_VISIBILITY";
2477 case DISPATCH_APP_VISIBILITY:
3925 Message msg = obtainMessage(DISPATCH_APP_VISIBILITY);

Completed in 384 milliseconds