Searched refs:ADD_FLAG_APP_VISIBLE (Results 1 – 5 of 5) sorted by relevance
250 final int res = WindowManagerGlobal.ADD_OKAY | WindowManagerGlobal.ADD_FLAG_APP_VISIBLE; in addToDisplay()
112 public static final int ADD_FLAG_APP_VISIBLE = 0x2; field in WindowManagerGlobal
1726 mAppVisible = (res & WindowManagerGlobal.ADD_FLAG_APP_VISIBLE) != 0;
1877 res |= WindowManagerGlobal.ADD_FLAG_APP_VISIBLE; in addWindow()
64656 Landroid/view/WindowManagerGlobal;->ADD_FLAG_APP_VISIBLE:I