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

12345678910

/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/UnifiedEmail/src/com/android/mail/ui/
H A DSwipeableItemView.java50 public View getView() { method in class:SwipeableItemView.SwipeableView
H A DSeparatedFolderListAdapter.java94 public View getView(int position, View convertView, ViewGroup parent) { method in class:SeparatedFolderListAdapter
98 return adapter.getView(position, convertView, parent);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseContentFragment.java232 if (mFragment.getView() == null) return null;
233 return (ImageView) mFragment.getView().findViewById(R.id.icon);
237 if (mFragment.getView() == null) return null;
238 return (TextView) mFragment.getView().findViewById(R.id.title);
258 return (RelativeLayout) mFragment.getView();
262 if (mFragment.getView() == null) return null;
263 return (TextView) mFragment.getView().findViewById(R.id.breadcrumb);
267 if (mFragment.getView() == null) return null;
268 return (TextView) mFragment.getView().findViewById(R.id.description);
278 if (mFragment.getView()
[all...]
H A DLiteFragment.java31 public View getView(); method in interface:LiteFragment
/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.java110 item.getView().setOnClickListener(listener);
124 ImageView icon = (ImageView) mRDS.getView();
167 mShowTabs.getView().setOnClickListener(this);
206 if (mBack.getView() == v) {
208 } else if (mForward.getView() == v) {
210 } else if (mRefresh.getView() == v) {
216 } else if (mUrl.getView() == v) {
218 } else if (mBookmarks.getView() == v) {
220 } else if (mHistory.getView() == v) {
222 } else if (mAddBookmark.getView()
317 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.java64 public View getView(SuggestionCursor suggestion, String userQuery, method in class:DefaultSuggestionViewFactory
68 return factory.getView(suggestion, userQuery, convertView, parent);
71 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.java84 public View getView(int position, View convertView, ViewGroup parent) { method in class:SuggestionsListAdapter.Adapter
85 return SuggestionsListAdapter.this.getView(
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupOptionsFragment.java61 mCheckFrequencyView = UiUtilities.getView(view, R.id.account_check_frequency);
62 mSyncWindowView = UiUtilities.getView(view, R.id.account_sync_window);
63 mNotifyView = UiUtilities.getView(view, R.id.account_notify);
65 mSyncContactsView = UiUtilities.getView(view, R.id.account_sync_contacts);
66 mSyncCalendarView = UiUtilities.getView(view, R.id.account_sync_calendar);
67 mSyncEmailView = UiUtilities.getView(view, R.id.account_sync_email);
69 mBackgroundAttachmentsView = UiUtilities.getView(view, R.id.account_background_attachments);
71 mAccountSyncWindowRow = UiUtilities.getView(view, R.id.account_sync_window_row);
80 final View view = getView();
H A DDebugFragment.java56 final CheckBox enableDebugLoggingView = UiUtilities.getView(view, R.id.debug_logging);
59 final CheckBox enableVerboseLoggingView = UiUtilities.getView(view, R.id.verbose_logging);
60 final CheckBox enableFileLoggingView = UiUtilities.getView(view, R.id.file_logging);
75 UiUtilities.getView(view, R.id.clear_webview_cache).setOnClickListener(this);
78 UiUtilities.getView(view, R.id.debug_enable_strict_mode);
H A DAccountSetupCredentialsFragment.java122 mNextButton = UiUtilities.getView(view, R.id.done);
124 mPreviousButton = UiUtilities.getView(view, R.id.cancel);
132 mImapPasswordText = UiUtilities.getView(view, R.id.imap_password);
133 mRegularPasswordText = UiUtilities.getView(view, R.id.regular_password);
134 mOAuthGroup = UiUtilities.getView(view, R.id.oauth_group);
135 mOAuthButton = UiUtilities.getView(view, R.id.sign_in_with_oauth);
137 mClientCertificateSelector = UiUtilities.getView(view, R.id.client_certificate_selector);
138 mDeviceIdSection = UiUtilities.getView(view, R.id.device_id_section);
139 mDeviceId = UiUtilities.getView(view, R.id.device_id);
140 mPasswordWarningLabel = UiUtilities.getView(vie
[all...]
H A DAccountSetupFragment.java83 TextView headlineView = UiUtilities.getView(template, R.id.headline);
95 mNextButton = UiUtilities.getView(template, R.id.next);
97 mPreviousButton = UiUtilities.getView(template, R.id.previous);
H A DAccountSettingsEditQuickResponsesFragment.java83 final ListView listView = UiUtilities.getView(getView(),
122 final ListView listView = UiUtilities.getView(view,
125 UiUtilities.getView((ViewGroup) listView.getParent(), R.id.empty_view);
H A DAccountSetupABFragment.java90 final TextView abInstructions = UiUtilities.getView(view, R.id.ab_instructions);
94 final View nextButton = UiUtilities.getView(view, R.id.next);
97 final Button abButtonA = UiUtilities.getView(view, R.id.ab_button_a);
101 final Button abButtonB = UiUtilities.getView(view, R.id.ab_button_b);
H A DAuthenticationView.java79 mPasswordWrapper = UiUtilities.getView(this, R.id.password_wrapper);
80 mOAuthWrapper = UiUtilities.getView(this, R.id.oauth_wrapper);
81 mNoAuthWrapper = UiUtilities.getView(this, R.id.no_auth_wrapper);
82 mPasswordEdit = UiUtilities.getView(this, R.id.password_edit);
83 mOAuthLabel = UiUtilities.getView(this, R.id.oauth_label);
84 mClearPasswordView = UiUtilities.getView(this, R.id.clear_password);
85 mClearOAuthView = UiUtilities.getView(this, R.id.clear_oauth);
86 mAddAuthenticationView = UiUtilities.getView(this, R.id.add_authentication);
/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/DeskClock/src/com/android/deskclock/widget/sgv/
H A DGridAdapter.java155 public View getView(Object item, int position, View scrap, ViewGroup parent, method in class:GridAdapter
157 return getView(position, scrap, parent);
/packages/apps/Camera2/src/com/android/camera/data/
H A DFixedLastDataAdapter.java115 public View getView(Context context, View recycled, int dataID) { method in class:FixedLastDataAdapter
119 return mAdapter.getView(context, recycled, dataID);
121 return mLastData.getView(context, recycled,
/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DDataAdapter.java88 public View getView(Context context, View recycled, int dataID); method in interface:DataAdapter
103 * @param view The view to update that was created by getView().
/packages/apps/Mms/src/com/android/mms/ui/
H A DPresenter.java42 public ViewInterface getView() { method in class:Presenter
/packages/apps/Contacts/src/com/android/contacts/list/
H A DHeaderEntryContactListAdapter.java60 public View getView(int position, View convertView, ViewGroup parent) { method in class:HeaderEntryContactListAdapter
75 return super.getView(position - getHeaderEntryCount(), convertView, parent);

Completed in 447 milliseconds

12345678910