Searched refs:getView (Results 1 - 25 of 181) sorted by relevance

12345678

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DSingleItemAdapter.java39 public View getView(int position, View convertView, ViewGroup parent) { method in class:SingleItemAdapter
40 return getView(convertView, parent);
46 protected abstract View getView(View convertView, ViewGroup parent); method in class:SingleItemAdapter
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DTimeEvent.java27 public AbstractView getView(); method in interface:TimeEvent
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DControllerOverlay.java40 View getView(); method in interface:ControllerOverlay
/packages/apps/Browser/src/com/android/browser/
H A DPieControl.java109 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()
311 public View getView(int position, View convertView, ViewGroup parent) { method in class:PieControl.TabAdapter
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DDefaultSuggestionViewFactory.java63 public View getView(SuggestionCursor suggestion, String userQuery, method in class:DefaultSuggestionViewFactory
67 return factory.getView(suggestion, userQuery, convertView, parent);
70 return mDefaultFactory.getView(suggestion, userQuery, convertView, parent);
H A DSuggestionViewFactory.java56 View getView(SuggestionCursor suggestion, String userQuery, View convertView, ViewGroup parent); method in interface:SuggestionViewFactory
H A DSuggestionsListAdapter.java87 public View getView(int position, View convertView, ViewGroup parent) { method in class:SuggestionsListAdapter.Adapter
88 return SuggestionsListAdapter.this.getView(
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DParsedNdefRecord.java37 public abstract View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, method in class:ParsedNdefRecord
H A DUnknownRecord.java30 public View getView(Activity activity, LayoutInflater inflater, ViewGroup parent, int offset) { method in class:UnknownRecord
/packages/apps/Email/src/com/android/email/activity/setup/
H A DDebugFragment.java63 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);
H A DAccountSetupOptions.java84 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(thi
[all...]
H A DAccountSetupIncoming.java63 mNextButton = (Button) UiUtilities.getView(this, R.id.next);
65 UiUtilities.getView(this, R.id.previous).setOnClickListener(this);
H A DAccountSetupOutgoing.java63 mNextButton = (Button) UiUtilities.getView(this, R.id.next);
65 UiUtilities.getView(this, R.id.previous).setOnClickListener(this);
H A DAccountSetupExchangeFragment.java113 mUsernameView = UiUtilities.getView(view, R.id.account_username);
114 mPasswordView = UiUtilities.getView(view, R.id.account_password);
115 mServerView = UiUtilities.getView(view, R.id.account_server);
116 mPortView = (EditText) UiUtilities.getView(view, R.id.account_port);
117 mSslSecurityView = UiUtilities.getView(view, R.id.account_ssl);
119 mTrustCertificatesView = UiUtilities.getView(view, R.id.account_trust_certificates);
120 mClientCertificateSelector = UiUtilities.getView(view, R.id.client_certificate_selector);
154 ((TextView) UiUtilities.getView(view, R.id.device_id)).setText(deviceId);
362 UiUtilities.setVisibilitySafe(getView(), R.id.account_trust_certificates_divider, mode);
364 UiUtilities.setVisibilitySafe(getView(),
[all...]
H A DAccountSettingsEditQuickResponsesFragment.java124 public View getView(final int position, View convertView, ViewGroup parent) { method in class:AccountSettingsEditQuickResponsesFragment.ArrayAdapterWithButtons
125 convertView = super.getView(position, convertView, parent);
248 mQuickResponsesView = UiUtilities.getView(view,
251 UiUtilities.getView(((ViewGroup) mQuickResponsesView.getParent()), R.id.empty_view);
268 UiUtilities.getView(view, R.id.create_new).setOnClickListener(this);
H A DAccountSetupAccountType.java59 UiUtilities.getView(this, R.id.pop).setOnClickListener(this);
60 UiUtilities.getView(this, R.id.imap).setOnClickListener(this);
61 final Button exchangeButton = (Button) UiUtilities.getView(this, R.id.exchange);
H A DAccountSetupOutgoingFragment.java101 mUsernameView = (EditText) UiUtilities.getView(view, R.id.account_username);
102 mPasswordView = (EditText) UiUtilities.getView(view, R.id.account_password);
103 mServerView = (EditText) UiUtilities.getView(view, R.id.account_server);
104 mPortView = (EditText) UiUtilities.getView(view, R.id.account_port);
105 mRequireLoginView = (CheckBox) UiUtilities.getView(view, R.id.account_require_login);
106 mSecurityTypeView = (Spinner) UiUtilities.getView(view, R.id.account_security_type);
309 UiUtilities.setVisibilitySafe(getView(), R.id.account_require_login_settings, visibility);
310 UiUtilities.setVisibilitySafe(getView(), R.id.account_require_login_settings_2, visibility);
H A DAccountSetupNames.java70 mDescription = (EditText) UiUtilities.getView(this, R.id.account_description);
71 mName = (EditText) UiUtilities.getView(this, R.id.account_name);
72 View accountNameLabel = UiUtilities.getView(this, R.id.account_name_label);
73 mNextButton = (Button) UiUtilities.getView(this, R.id.next);
/packages/apps/Mms/src/com/android/mms/ui/
H A DPresenter.java42 public ViewInterface getView() { method in class:Presenter
H A DDeliveryReportAdapter.java40 public View getView(int position, View view, ViewGroup viewGroup) { method in class:DeliveryReportAdapter
/packages/apps/Email/src/com/android/email/activity/
H A DMessageViewFragmentBase.java287 mSubjectView = (TextView) UiUtilities.getView(view, R.id.subject);
288 mFromNameView = (TextView) UiUtilities.getView(view, R.id.from_name);
289 mFromAddressView = (TextView) UiUtilities.getView(view, R.id.from_address);
290 mAddressesView = (TextView) UiUtilities.getView(view, R.id.addresses);
291 mDateTimeView = (TextView) UiUtilities.getView(view, R.id.datetime);
292 mMessageContentView = (WebView) UiUtilities.getView(view, R.id.message_content);
293 mAttachments = (LinearLayout) UiUtilities.getView(view, R.id.attachments);
294 mTabSection = UiUtilities.getView(view, R.id.message_tabs_section);
295 mFromBadge = (ImageView) UiUtilities.getView(view, R.id.badge);
296 mSenderPresenceView = (ImageView) UiUtilities.getView(vie
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/widget/
H A DCompositeListAdapterTest.java51 public View getView(int position, View convertView, ViewGroup parent) { method in class:CompositeListAdapterTest.MockAdapter
166 assertEquals(0, adapter.getView(0, null, null).getTag());
167 assertEquals(1, adapter.getView(1, null, null).getTag());
168 assertEquals(0, adapter.getView(2, null, null).getTag());
169 assertEquals(1, adapter.getView(3, null, null).getTag());
170 assertEquals(2, adapter.getView(4, null, null).getTag());
/packages/apps/Email/src/com/android/email/view/
H A DCertificateSelector.java77 mAliasText = UiUtilities.getView(this, R.id.certificate_alias);
78 mSelectButton = UiUtilities.getView(this, R.id.select_button);
/packages/apps/Settings/src/com/android/settings/
H A DApnPreference.java71 public View getView(View convertView, ViewGroup parent) { method in class:ApnPreference
72 View view = super.getView(convertView, parent);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryTrack.java48 View view = mAdapter.getView(i, null, this);

Completed in 230 milliseconds

12345678