Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewInteractionState.java45 private static final int MSG_SET_PROXY = 200; field in OverviewInteractionState
85 mBgHandler.obtainMessage(MSG_SET_PROXY, proxy).sendToTarget(); in setSystemUiProxy()
106 case MSG_SET_PROXY: in handleBgMessage()