Home
last modified time | relevance | path

Searched refs:AppStateOverlayBridge (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DDrawOverlayDetails.java37 import com.android.settings.applications.AppStateOverlayBridge.OverlayState;
54 private AppStateOverlayBridge mOverlayBridge;
67 mOverlayBridge = new AppStateOverlayBridge(context, mState, null); in onCreate()
165 state = new AppStateOverlayBridge(context, null, null).getOverlayInfo( in getSummary()
DAppStateOverlayBridge.java31 public class AppStateOverlayBridge extends AppStateAppOpsBridge { class
40 public AppStateOverlayBridge(Context context, ApplicationsState appState, Callback callback) { in AppStateOverlayBridge() method in AppStateOverlayBridge
DManageApplications.java182 AppStateOverlayBridge.FILTER_SYSTEM_ALERT_WINDOW, // Apps that can draw overlays
806 mExtraInfoBridge = new AppStateOverlayBridge(mContext, mState, this); in ApplicationsAdapter()