OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSubView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/
Tab.java
96
private WebView
mSubView
;
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java
151
protected ViewGroup
mSubView
;
540
mSubView
= (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null);
542
mMainView.addView(
mSubView
);
557
TextView text1 = (TextView)
mSubView
.findViewById(R.id.shift);
558
TextView text2 = (TextView)
mSubView
.findViewById(R.id.alt);
Completed in 776 milliseconds