Searched refs:ADD_FLAG_APP_VISIBLE (Results 1 – 3 of 3) sorted by relevance
117 public static final int ADD_FLAG_APP_VISIBLE = 0x2; field in WindowManagerGlobal
961 mAppVisible = (res & WindowManagerGlobal.ADD_FLAG_APP_VISIBLE) != 0;
1574 res |= WindowManagerGlobal.ADD_FLAG_APP_VISIBLE; in addWindow()