HomeSort by relevance Sort by last modified time
    Searched refs:mSubView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
Tab.java 143 private WebView mSubView;
702 transport.setWebView(mSubView);
719 if (dialog && mSubView != null) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 164 protected ViewGroup mSubView;
619 mSubView = (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null);
623 mMainView.addView(mSubView);
639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift);
640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt);
    [all...]

Completed in 31 milliseconds