Searched refs:ADD_FLAG_APP_VISIBLE (Results 1 – 4 of 4) sorted by relevance
159 return WindowManagerGlobal.ADD_OKAY | WindowManagerGlobal.ADD_FLAG_APP_VISIBLE; in addToDisplay()
128 public static final int ADD_FLAG_APP_VISIBLE = 0x2; field in WindowManagerGlobal
1132 mAppVisible = (res & WindowManagerGlobal.ADD_FLAG_APP_VISIBLE) != 0;
1694 res |= WindowManagerGlobal.ADD_FLAG_APP_VISIBLE; in addWindow()