HomeSort by relevance Sort by last modified time
    Searched refs:getView (Results 1 - 25 of 350) 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);
  /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) {
  /development/samples/NFCDemo/src/com/example/android/nfc/record/
ParsedNdefRecord.java 30 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent,
  /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/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(
  /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/Mms/src/com/android/mms/ui/
Presenter.java 41 public ViewInterface getView() {
  /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 68 GLSurfaceView view = mActivity.getView();
93 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/Browser/src/com/android/browser/
PieControlXLarge.java 139 if (mBack.getView() == v) {
141 } else if (mForward.getView() == v) {
143 } else if (mRefresh.getView() == v) {
149 } else if (mUrl.getView() == v) {
151 } else if (mBookmarks.getView() == v) {
153 } else if (mNewTab.getView() == v) {
156 } else if (mClose.getView() == v) {
208 public View getView(int position, View convertView, ViewGroup parent) {
PieControlPhone.java 109 if (mUrl.getView() == v) {
111 } else if (mShowTabs.getView() == v) {
113 } else if (mOptions.getView() == v) {
115 } else if (mNewTab.getView() == v) {
118 } else if (mBookmarks.getView() == v) {
  /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...]
  /cts/tests/tests/widget/src/android/widget/cts/
ToastTest.java 118 final View view = mToast.getView();
146 assertNull(mToast.getView());
168 final View view = mToast.getView();
191 method = "getView",
202 assertFalse(mToast.getView() instanceof ImageView);
215 assertSame(imageView, mToast.getView());
242 View view = mToast.getView();
256 view = mToast.getView();
287 View view = mToast.getView();
368 View view = mToast.getView();
    [all...]

Completed in 2628 milliseconds

1 2 3 4 5 6 7 8 91011>>