HomeSort by relevance Sort by last modified time
    Searched refs:getView (Results 1 - 25 of 381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/widget/
SingleItemAdapter.java 39 public View getView(int position, View convertView, ViewGroup parent) {
40 return getView(convertView, parent);
46 protected abstract View getView(View convertView, ViewGroup parent);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
IController.java 34 public Component getView() ;
WorkSpaceView.java 82 this.tabEditors.addTab("Case Editor", ImageFactory.getSingleton().TEXTFILE16, this.paneEditor.getView());
88 this.listRules.getView(), this.tabEditors);
96 this.getContentPane().add(this.paneStatus.getView(), BorderLayout.SOUTH);
  /sdk/chimpchat/src/com/android/chimpchat/core/
ISelector.java 28 IChimpView getView(ChimpManager manager);
SelectorId.java 37 public IChimpView getView(ChimpManager manager) {
SelectorAccessibilityIds.java 42 public IChimpView getView(ChimpManager manager) {
  /external/emma/core/java12/com/vladium/emma/report/
IReportDataModel.java 23 IReportDataView getView (int viewType);
29 * perform any data processing until getView() is actually called.
  /packages/apps/Mms/src/org/w3c/dom/smil/
TimeEvent.java 27 public AbstractView getView();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ControllerOverlay.java 40 View getView();
  /packages/apps/Browser/src/com/android/browser/
PieControl.java 109 item.getView().setOnClickListener(listener);
123 ImageView icon = (ImageView) mRDS.getView();
166 mShowTabs.getView().setOnClickListener(this);
200 if (mBack.getView() == v) {
202 } else if (mForward.getView() == v) {
204 } else if (mRefresh.getView() == v) {
210 } else if (mUrl.getView() == v) {
212 } else if (mBookmarks.getView() == v) {
214 } else if (mHistory.getView() == v) {
216 } else if (mAddBookmark.getView() == v)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionViewFactory.java 63 public View getView(SuggestionCursor suggestion, String userQuery,
67 return factory.getView(suggestion, userQuery, convertView, parent);
70 return mDefaultFactory.getView(suggestion, userQuery, convertView, parent);
SuggestionViewFactory.java 56 View getView(SuggestionCursor suggestion, String userQuery, View convertView, ViewGroup parent);
SuggestionsListAdapter.java 87 public View getView(int position, View convertView, ViewGroup parent) {
88 return SuggestionsListAdapter.this.getView(
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 100 final View view = mToast.getView();
121 assertNull(mToast.getView());
138 final View view = mToast.getView();
160 assertFalse(mToast.getView() instanceof ImageView);
173 assertSame(imageView, mToast.getView());
188 View view = mToast.getView();
202 view = mToast.getView();
216 View view = mToast.getView();
273 View view = mToast.getView();
289 view = mToast.getView();
    [all...]
  /frameworks/base/core/java/android/widget/
Adapter.java 99 View getView(int position, View convertView, ViewGroup parent);
105 * {@link #getView(int, View, ViewGroup)}.
113 * Get the type of View that will be created by {@link #getView} for the specified item.
118 * can be converted to the other in {@link #getView}. Note: Integers must be in the
128 * {@link #getView}. Each type represents a set of views that can be
129 * converted in {@link #getView}. If the adapter always returns the same
BaseAdapter.java 71 return getView(position, convertView, parent);
  /packages/apps/Tag/src/com/android/apps/tag/record/
ParsedNdefRecord.java 37 public abstract View getView(Activity activity, LayoutInflater inflater, ViewGroup parent,
UnknownRecord.java 30 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) {
  /cts/tests/tests/graphics/src/android/opengl/cts/
GLSurfaceViewTest.java 66 GLSurfaceView view = mActivity.getView();
91 GLSurfaceView view = mActivity.getView();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity3.java 54 public View getView(int position, View convertView, ViewGroup parent) {
55 TextView v = (TextView) super.getView(position, convertView, parent);
ListActivity.java 116 public View getView(int position, View convertView, ViewGroup parent) {
117 TextView v = (TextView) super.getView(position, convertView, parent);
TransparentListActivity.java 110 public View getView(int position, View convertView, ViewGroup parent) {
111 TextView v = (TextView) super.getView(position, convertView, parent);
  /packages/apps/Email/src/com/android/email/activity/setup/
DebugFragment.java 63 mVersionView = (TextView) UiUtilities.getView(view, R.id.version);
67 mEnableDebugLoggingView = (CheckBox) UiUtilities.getView(view, R.id.debug_logging);
70 mEnableExchangeLoggingView = (CheckBox) UiUtilities.getView(view, R.id.exchange_logging);
72 (CheckBox) UiUtilities.getView(view, R.id.exchange_file_logging);
88 UiUtilities.getView(view, R.id.clear_webview_cache).setOnClickListener(this);
91 UiUtilities.getView(view, R.id.debug_disable_graphics_acceleration);
96 UiUtilities.getView(view, R.id.debug_force_one_minute_refresh);
101 UiUtilities.getView(view, R.id.debug_enable_strict_mode);
AccountSetupOptions.java 84 mCheckFrequencyView = (Spinner) UiUtilities.getView(this, R.id.account_check_frequency);
85 mSyncWindowView = (Spinner) UiUtilities.getView(this, R.id.account_sync_window);
86 mDefaultView = (CheckBox) UiUtilities.getView(this, R.id.account_default);
87 mNotifyView = (CheckBox) UiUtilities.getView(this, R.id.account_notify);
88 mSyncContactsView = (CheckBox) UiUtilities.getView(this, R.id.account_sync_contacts);
89 mSyncCalendarView = (CheckBox) UiUtilities.getView(this, R.id.account_sync_calendar);
90 mSyncEmailView = (CheckBox) UiUtilities.getView(this, R.id.account_sync_email);
92 mBackgroundAttachmentsView = (CheckBox) UiUtilities.getView(this,
95 UiUtilities.getView(this, R.id.previous).setOnClickListener(this);
96 UiUtilities.getView(this, R.id.next).setOnClickListener(this)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
Presenter.java 42 public ViewInterface getView() {

Completed in 236 milliseconds

1 2 3 4 5 6 7 8 91011>>