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