Home | History | Annotate | Download | only in term

Lines Matching refs:isActive

3154         public boolean isActive() {
3182 if (mControlKey.isActive()) {
3243 (mCapKey.isActive() ? KeyEvent.META_SHIFT_ON : 0) |
3244 isActive() ? KeyEvent.META_ALT_ON : 0));