OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SoftKeyType
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbTemplate.java
57
private Vector<
SoftKeyType
> mKeyTypeList = new Vector<
SoftKeyType
>();
109
public
SoftKeyType
createKeyType(int id, Drawable bg, Drawable hlBg) {
110
return new
SoftKeyType
(id, bg, hlBg);
113
public boolean addKeyType(
SoftKeyType
keyType) {
120
public
SoftKeyType
getKeyType(int typeId) {
212
class
SoftKeyType
{
222
SoftKeyType
(int id, Drawable bg, Drawable hlBg) {
SoftKey.java
53
protected
SoftKeyType
mKeyType;
78
public void setKeyType(
SoftKeyType
keyType, Drawable keyIcon,
SoftKeyboardView.java
256
.getKeyTextSize(
SoftKeyType
.KEYTYPE_ID_NORMAL_KEY != mSoftKeyDown.mKeyType.mKeyTypeId);
290
.getBalloonTextSize(
SoftKeyType
.KEYTYPE_ID_NORMAL_KEY != mSoftKeyDown.mKeyType.mKeyTypeId);
419
if (
SoftKeyType
.KEYTYPE_ID_NORMAL_KEY == softKey.mKeyType.mKeyTypeId) {
SoftKeyToggle.java
258
public
SoftKeyType
mKeyType;
XmlKeyboardLoader.java
383
SoftKeyType
keyType = mSkbTemplate.createKeyType(id,
[
all
...]
Completed in 64 milliseconds