Home | History | Annotate | Download | only in app

Lines Matching defs:mKeyCode

388         private final int mKeyCode;
405 mKeyCode = a.getInt(
416 if (mKeyCode == 0) {
433 mKeyCode = in.readInt();
444 return mKeyCode;
476 dest.writeInt(mKeyCode);