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