OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSoftInputMode
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/widget/
PopupWindow.java
88
private int
mSoftInputMode
= WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED;
487
mSoftInputMode
= mode;
497
return
mSoftInputMode
;
[
all
...]
/frameworks/base/core/java/android/view/
ViewRootImpl.java
262
int
mSoftInputMode
;
472
mSoftInputMode
= attrs.softInputMode;
768
mSoftInputMode
= attrs.softInputMode;
[
all
...]
Completed in 563 milliseconds