OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputView
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java
92
View
inputView
;
94
Bubble(Context context, View
inputView
,
98
init(context,
inputView
, backgroundResource, bx, by, text, guide, false);
101
Bubble(Context context, View
inputView
, int backgroundResource, int bx, int by,
103
init(context,
inputView
, backgroundResource, bx, by, description, guide, leftAlign);
106
void init(Context context, View
inputView
, int backgroundResource,
111
width = (int) (
inputView
.getWidth() * 0.9);
119
this.
inputView
=
inputView
;
163
int textHeight = chooseSize(window,
inputView
, text, textView)
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java
94
View
inputView
;
96
Bubble(Context context, View
inputView
,
100
init(context,
inputView
, backgroundResource, bx, by, text, guide, false);
103
Bubble(Context context, View
inputView
, int backgroundResource, int bx, int by,
105
init(context,
inputView
, backgroundResource, bx, by, description, guide, leftAlign);
108
void init(Context context, View
inputView
, int backgroundResource,
113
width = (int) (
inputView
.getWidth() * 0.9);
121
this.
inputView
=
inputView
;
165
int textHeight = chooseSize(window,
inputView
, text, textView)
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
256
final LatinKeyboardView
inputView
= switcher.getKeyboardView();
272
if (
inputView
!= null) {
273
inputView
.setSpacebarTextFadeFactor(
282
if (
inputView
!= null) {
283
inputView
.setSpacebarTextFadeFactor(
333
final LatinKeyboardView
inputView
= latinIme.mKeyboardSwitcher.getKeyboardView();
334
if (
inputView
!= null) {
341
inputView
.setSpacebarTextFadeFactor(needsToDisplayLanguage ? 1.0f
691
LatinKeyboardView
inputView
= switcher.getKeyboardView();
699
if (
inputView
== null)
[
all
...]
Completed in 21 milliseconds