Searched refs:MSG_SET_ACTIVE (Results 1 – 4 of 4) sorted by relevance
46 private static final int MSG_SET_ACTIVE = 1; field in DisplayWhiteBalanceSettings143 Message msg = mHandler.obtainMessage(MSG_SET_ACTIVE, activated ? 1 : 0, 0); in onDisplayWhiteBalanceStatusChanged()186 case MSG_SET_ACTIVE: in handleMessage()
44 private static final int MSG_SET_ACTIVE = 2; field in ConnectionServiceAdapterServant123 case MSG_SET_ACTIVE:424 mHandler.obtainMessage(MSG_SET_ACTIVE, connectionId).sendToTarget();
665 private static final int MSG_SET_ACTIVE = 4; field in InputMethodManager1139 case MSG_SET_ACTIVE: { in handleMessage()1340 mH.obtainMessage(MSG_SET_ACTIVE, active ? 1 : 0, fullscreen ? 1 : 0).sendToTarget();1352 mH.obtainMessage(MSG_SET_ACTIVE, 0 /* active */, fullscreen ? 1 : 0).sendToTarget();1353 mH.obtainMessage(MSG_SET_ACTIVE, 1 /* active */, fullscreen ? 1 : 0).sendToTarget();
52074 Landroid/telecom/ConnectionServiceAdapterServant;->MSG_SET_ACTIVE:I60537 Landroid/view/inputmethod/InputMethodManager;->MSG_SET_ACTIVE:I