Home | History | Annotate | Download | only in inputmethod

Lines Matching refs:MSG_SET_ACTIVE

389     static final int MSG_SET_ACTIVE = 4;
478 case MSG_SET_ACTIVE: {
481 Log.i(TAG, "handleMessage: MSG_SET_ACTIVE " + active + ", was " + mActive);
594 mH.sendMessage(mH.obtainMessage(MSG_SET_ACTIVE, active ? 1 : 0, 0));