OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:morekeyskeyboardview
(Results
1 - 10
of
10
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java
24
import com.android.inputmethod.keyboard.
MoreKeysKeyboardView
;
33
public final class MoreSuggestionsView extends
MoreKeysKeyboardView
{
/packages/inputmethods/LatinIME/java/res/layout/
more_keys_keyboard.xml
28
<com.android.inputmethod.keyboard.
MoreKeysKeyboardView
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java
33
public class
MoreKeysKeyboardView
extends KeyboardView implements MoreKeysPanel {
45
public
MoreKeysKeyboardView
(final Context context, final AttributeSet attrs) {
49
public
MoreKeysKeyboardView
(final Context context, final AttributeSet attrs,
MainKeyboardView.java
[
all
...]
MoreKeysKeyboard.java
262
* @param context the context of {@link
MoreKeysKeyboardView
}.
/packages/inputmethods/LatinIME/java/res/values/
themes-gb.xml
28
<item name="moreKeysKeyboardViewStyle">@style/
MoreKeysKeyboardView
.GB</item>
118
name="
MoreKeysKeyboardView
.GB"
themes-ics.xml
28
<item name="moreKeysKeyboardViewStyle">@style/
MoreKeysKeyboardView
.ICS</item>
96
name="
MoreKeysKeyboardView
.ICS"
themes-klp.xml
28
<item name="moreKeysKeyboardViewStyle">@style/
MoreKeysKeyboardView
.KLP</item>
96
name="
MoreKeysKeyboardView
.KLP"
themes-common.xml
117
name="
MoreKeysKeyboardView
"
attrs.xml
33
<!--
MoreKeysKeyboardView
style -->
35
<!--
MoreKeysKeyboardView
container style -->
Completed in 203 milliseconds