Searched refs:sRIdMap (Results 1 – 1 of 1) sorted by relevance
41 private static final SparseArray<Integer> sRIdMap = new SparseArray<>(); field in KeypadFragment44 sRIdMap.put(KeyEvent.KEYCODE_1, R.id.one); in sRIdMap.put()45 sRIdMap.put(KeyEvent.KEYCODE_2, R.id.two); in sRIdMap.put()46 sRIdMap.put(KeyEvent.KEYCODE_3, R.id.three); in sRIdMap.put()47 sRIdMap.put(KeyEvent.KEYCODE_4, R.id.four); in sRIdMap.put()48 sRIdMap.put(KeyEvent.KEYCODE_5, R.id.five); in sRIdMap.put()49 sRIdMap.put(KeyEvent.KEYCODE_6, R.id.six); in sRIdMap.put()50 sRIdMap.put(KeyEvent.KEYCODE_7, R.id.seven); in sRIdMap.put()51 sRIdMap.put(KeyEvent.KEYCODE_8, R.id.eight); in sRIdMap.put()52 sRIdMap.put(KeyEvent.KEYCODE_9, R.id.nine); in sRIdMap.put()[all …]