Searched refs:getActive (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/text/method/ |
D | MetaKeyKeyListener.java | 160 return getActive(text, CAP, META_SHIFT_ON, META_CAP_LOCKED) | in getMetaState() 161 getActive(text, ALT, META_ALT_ON, META_ALT_LOCKED) | in getMetaState() 162 getActive(text, SYM, META_SYM_ON, META_SYM_LOCKED) | in getMetaState() 163 getActive(text, SELECTING, META_SELECTING, META_SELECTING); in getMetaState() 202 return getActive(text, CAP, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE); in getMetaState() 205 return getActive(text, ALT, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE); in getMetaState() 208 return getActive(text, SYM, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE); in getMetaState() 211 return getActive(text, SELECTING, PRESSED_RETURN_VALUE, LOCKED_RETURN_VALUE); in getMetaState() 249 private static int getActive(CharSequence text, Object meta, in getActive() method in MetaKeyKeyListener
|