Home | History | Annotate | Download | only in layout

Lines Matching refs:isPhone

50         public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
51 if (isPhone) {
64 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
66 return isPhone ? joinKeys(key("\u055D", SETTINGS_KEY))
71 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
73 final ExpectedKey fullStopKey = key("\u0589", getPunctuationMoreKeys(isPhone));
78 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
104 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
106 if (isPhone) {
184 public ExpectedKey[][] getLayout(final boolean isPhone) {
186 super.getLayout(isPhone));
203 public ExpectedKey[][] getLayout(final boolean isPhone) {
205 super.getLayout(isPhone));