OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keyboardview
(Results
1 - 25
of
106
) sorted by null
1
2
3
4
5
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesAdapter.java
28
import com.android.inputmethod.keyboard.
KeyboardView
;
50
final
KeyboardView
recentKeyboardView =
63
final
KeyboardView
recentKeyboardView =
118
final EmojiPageKeyboardView
keyboardView
= (EmojiPageKeyboardView)inflater.inflate(
120
keyboardView
.setKeyboard(keyboard);
121
keyboardView
.setOnKeyEventListener(mListener);
122
container.addView(
keyboardView
);
123
mActiveKeyboardViews.put(position,
keyboardView
);
124
return
keyboardView
;
138
final EmojiPageKeyboardView
keyboardView
= mActiveKeyboardViews.get(position)
[
all
...]
/packages/inputmethods/LatinIME/java/res/values/
themes-holo.xml
26
<!-- Holo
KeyboardView
theme (ICS and KLP) -->
28
name="
KeyboardView
.Holo"
29
parent="
KeyboardView
"
themes-lxx.xml
26
<!-- LXX
KeyboardView
theme (LXX_Light and LXX_Dark) -->
28
name="
KeyboardView
.LXX"
29
parent="
KeyboardView
"
themes-ics.xml
25
<item name="keyboardViewStyle">@style/
KeyboardView
.ICS</item>
43
name="
KeyboardView
.ICS"
44
parent="
KeyboardView
.Holo"
61
parent="
KeyboardView
.ICS"
77
{@link com.android.inputmethod.keyboard.
KeyboardView
}, some views inside it, for instance
78
delete button, need themed {@link com.android.inputmethod.keyboard.
KeyboardView
}
118
parent="
KeyboardView
.ICS"
128
parent="
KeyboardView
.ICS"
themes-klp.xml
25
<item name="keyboardViewStyle">@style/
KeyboardView
.KLP</item>
43
name="
KeyboardView
.KLP"
44
parent="
KeyboardView
.Holo"
61
parent="
KeyboardView
.KLP"
77
{@link com.android.inputmethod.keyboard.
KeyboardView
}, some views inside it, for instance
78
delete button, need themed {@link com.android.inputmethod.keyboard.
KeyboardView
}
118
parent="
KeyboardView
.KLP"
128
parent="
KeyboardView
.KLP"
themes-lxx-dark.xml
25
<item name="keyboardViewStyle">@style/
KeyboardView
.LXX_Dark</item>
42
name="
KeyboardView
.LXX_Dark"
43
parent="
KeyboardView
.LXX"
60
parent="
KeyboardView
.LXX_Dark"
77
{@link com.android.inputmethod.keyboard.
KeyboardView
}, some views inside it, for instance
78
delete button, need themed {@link com.android.inputmethod.keyboard.
KeyboardView
}
116
parent="
KeyboardView
.LXX_Dark"
135
parent="
KeyboardView
.LXX_Dark"
themes-lxx-light.xml
25
<item name="keyboardViewStyle">@style/
KeyboardView
.LXX_Light</item>
42
name="
KeyboardView
.LXX_Light"
43
parent="
KeyboardView
.LXX"
60
parent="
KeyboardView
.LXX_Light"
77
{@link com.android.inputmethod.keyboard.
KeyboardView
}, some views inside it, for instance
78
delete button, need themed {@link com.android.inputmethod.keyboard.
KeyboardView
}
116
parent="
KeyboardView
.LXX_Light"
135
parent="
KeyboardView
.LXX_Light"
/frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardHelper.java
22
import android.inputmethodservice.
KeyboardView
;
23
import android.inputmethodservice.
KeyboardView
.OnKeyboardActionListener;
53
private final
KeyboardView
mKeyboardView;
73
public PasswordEntryKeyboardHelper(Context context,
KeyboardView
keyboardView
, View targetView) {
74
this(context,
keyboardView
, targetView, true, null);
77
public PasswordEntryKeyboardHelper(Context context,
KeyboardView
keyboardView
, View targetView,
79
this(context,
keyboardView
, targetView, useFullScreenWidth, null);
82
public PasswordEntryKeyboardHelper(Context context,
KeyboardView
keyboardView, View targetView
[
all
...]
PasswordEntryKeyboardView.java
20
import android.inputmethodservice.
KeyboardView
;
23
public class PasswordEntryKeyboardView extends
KeyboardView
{
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java
22
import android.inputmethodservice.
KeyboardView
;
26
public class LatinKeyboardView extends
KeyboardView
{
/frameworks/base/docs/html/sdk/api_diff/21/changes/
android.inputmethodservice.KeyboardView.html
10
android.inputmethodservice.
KeyboardView
74
Class android.inputmethodservice.<A HREF="../../../../reference/android/inputmethodservice/
KeyboardView
.html" target="_top"><font size="+2"><code>
KeyboardView
</code></font></A>
85
<A NAME="android.inputmethodservice.
KeyboardView
.ctor_added(android.content.Context, android.util.AttributeSet, int, int)"></A>
86
<nobr><A HREF="../../../../reference/android/inputmethodservice/
KeyboardView
.html#
KeyboardView
(android.content.Context, android.util.AttributeSet, int, int)" target="_top"><code>
KeyboardView
</code></A>(<code>Context,</nobr> AttributeSet<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
151
final MainKeyboardView
keyboardView
= mKeyboardView;
152
final Keyboard oldKeyboard =
keyboardView
.getKeyboard();
154
keyboardView
.setKeyboard(newKeyboard);
156
keyboardView
.setKeyPreviewPopupEnabled(
159
keyboardView
.setKeyPreviewAnimationParams(
167
keyboardView
.updateShortcutKey(mRichImm.isShortcutImeReady());
174
keyboardView
.startDisplayLanguageOnSpacebar(subtypeChanged, languageOnSpacebarFormatType,
376
final MainKeyboardView
keyboardView
= getMainKeyboardView();
377
if (
keyboardView
!= null) {
378
keyboardView
.startDoubleTapShiftKeyTimer()
[
all
...]
/packages/inputmethods/OpenWnn/res/values/
styles.xml
19
<style name="WnnKeyboardView" parent="@android:style/Widget.
KeyboardView
">
/frameworks/base/core/res/res/layout/
keyboard_popup_keyboard.xml
28
<android.inputmethodservice.
KeyboardView
29
android:id="@android:id/
keyboardView
"
/packages/inputmethods/OpenWnn/res/layout/
keyboard_popup_keyboard.xml
26
<jp.co.omronsoft.openwnn.
KeyboardView
27
android:id="@+id/
keyboardView
"
keyboard_classic.xml
17
<android.inputmethodservice.
KeyboardView
keyboard_ice.xml
17
<android.inputmethodservice.
KeyboardView
keyboard_kyoto.xml
17
<android.inputmethodservice.
KeyboardView
keyboard_light.xml
17
<android.inputmethodservice.
KeyboardView
keyboard_metal.xml
17
<jp.co.omronsoft.openwnn.
KeyboardView
keyboard_simple.xml
17
<jp.co.omronsoft.openwnn.
KeyboardView
keyboard_wood.xml
17
<android.inputmethodservice.
KeyboardView
/packages/inputmethods/OpenWnn/res/layout-sw768dp/
keyboard_android_default.xml
18
<jp.co.omronsoft.openwnn.
KeyboardView
keyboard_metal.xml
18
<jp.co.omronsoft.openwnn.
KeyboardView
keyboard_simple.xml
18
<jp.co.omronsoft.openwnn.
KeyboardView
Completed in 1498 milliseconds
1
2
3
4
5