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

  /packages/apps/Browser/src/com/android/browser/
Tab.java 138 private WebView mMainView;
172 // mMainView
    [all...]
  /development/samples/SpellChecker/HelloSpellChecker/src/com/example/android/hellospellchecker/
HelloSpellCheckerActivity.java 36 private TextView mMainView;
44 mMainView = (TextView)findViewById(R.id.main);
124 mMainView.append(sb.toString());
154 mMainView.append(sb.toString());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 162 protected BaseInputView mMainView;
618 mMainView = (BaseInputView) parent.getLayoutInflater().inflate(R.layout.keyboard_default_main, null);
623 mMainView.addView(mSubView);
626 mMainView.addView(mKeyboardView);
629 return mMainView;
709 return mMainView;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 125 private View mMainView;
297 mMainView = UiUtilities.getView(view, R.id.main_panel);
487 makeVisible(mMainView, showContent);
    [all...]

Completed in 265 milliseconds