Home | History | Annotate | Download | only in layout

Lines Matching refs:isPhone

59         public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
64 public ExpectedKey[] getRightShiftKeys(final boolean isPhone) {
69 public ExpectedKey[] getKeysLeftToSpacebar(final boolean isPhone) {
70 if (isPhone) {
83 public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
84 if (isPhone) {
85 return super.getKeysRightToSpacebar(isPhone);
87 return joinKeys(key(".", getPunctuationMoreKeys(isPhone)));
91 public ExpectedKey[] getSpaceKeys(final boolean isPhone) {
96 public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
143 ExpectedKey[][] getCommonAlphabetLayout(final boolean isPhone) {
144 if (isPhone) {
154 ExpectedKey[][] getCommonAlphabetShiftLayout(final boolean isPhone, final int elementId) {
251 public ExpectedKey[][] getLayout(final boolean isPhone) {
252 return new ExpectedKeyboardBuilder(super.getLayout(isPhone))
340 public ExpectedKey[][] getLayout(final boolean isPhone) {
341 return new ExpectedKeyboardBuilder(super.getLayout(isPhone))