Home
last modified time | relevance | path

Searched defs:view (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/packages/apps/Browser/tests/src/com/android/browser/
DTestWebViewClient.java46 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
52 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
58 public void onPageFinished(WebView view, String url) { in onPageFinished()
64 public void onLoadResource(WebView view, String url) { in onLoadResource()
71 public void onTooManyRedirects(WebView view, Message cancelMsg, in onTooManyRedirects()
78 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
85 public void onFormResubmission(WebView view, Message dontResend, in onFormResubmission()
92 public void doUpdateVisitedHistory(WebView view, String url, in doUpdateVisitedHistory()
99 public void onReceivedSslError(WebView view, SslErrorHandler handler, in onReceivedSslError()
106 public void onReceivedClientCertRequest(WebView view, ClientCertRequestHandler handler, in onReceivedClientCertRequest()
[all …]
DTestWebChromeClient.java48 public void onProgressChanged(WebView view, int newProgress) { in onProgressChanged()
54 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle()
60 public void onReceivedIcon(WebView view, Bitmap icon) { in onReceivedIcon()
66 public void onReceivedTouchIconUrl(WebView view, String url, in onReceivedTouchIconUrl()
73 public void onShowCustomView(View view, CustomViewCallback callback) { in onShowCustomView()
85 public boolean onCreateWindow(WebView view, boolean dialog, in onCreateWindow()
94 public void onRequestFocus(WebView view) { in onRequestFocus()
106 public boolean onJsAlert(WebView view, String url, String message, in onJsAlert()
113 public boolean onJsConfirm(WebView view, String url, String message, in onJsConfirm()
120 public boolean onJsPrompt(WebView view, String url, String message, in onJsPrompt()
[all …]
/packages/apps/Contacts/tests/src/com/android/contacts/list/
DContactListItemViewTest.java65 ContactListItemView view = createView(); in testShowDisplayName_Simple() local
74 ContactListItemView view = createView(); in testShowDisplayName_Unknown() local
84 ContactListItemView view = createView(); in testShowDisplayName_WithPrefix() local
95 ContactListItemView view = createView(); in testShowDisplayName_WithPrefixReversed() local
105 ContactListItemView view = createView(); in testSetSnippet_Prefix() local
114 ContactListItemView view = new ContactListItemView(getActivity(), null); in createView() local
/packages/apps/Contacts/tests/src/com/android/contacts/calllog/
DCallLogFragmentTest.java171 View view = mAdapter.newGroupView(getActivity(), mParentView); in testCallAndGroupViews_GroupView() local
180 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testCallAndGroupViews_StandAloneView() local
189 View view = mAdapter.newChildView(getActivity(), mParentView); in testCallAndGroupViews_ChildView() local
198 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_NumberOnlyNoCache() local
211 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_NumberOnlyDbCachedFormattedNumber() local
223 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_WithCachedName() local
236 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_UriNumber() local
249 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_HomeLabel() local
262 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_WorkLabel() local
276 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_CustomLabel() local
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DDayFragment.java115 DayView view = new DayView(getActivity(), CalendarController in makeView() local
130 DayView view = (DayView) mViewSwitcher.getCurrentView(); in onResume() local
152 DayView view = (DayView) mViewSwitcher.getCurrentView(); in onPause() local
223 DayView view = (DayView) mViewSwitcher.getCurrentView(); in getSelectedTimeInMillis() local
234 DayView view = (DayView) mViewSwitcher.getCurrentView(); in eventsChanged() local
243 DayView view = (DayView) mViewSwitcher.getCurrentView(); in getSelectedEvent() local
248 DayView view = (DayView) mViewSwitcher.getCurrentView(); in isEventSelected() local
253 DayView view = (DayView) mViewSwitcher.getCurrentView(); in getNewEvent() local
/packages/apps/Mms/src/com/android/mms/ui/
DMmsThumbnailPresenter.java40 public MmsThumbnailPresenter(Context context, ViewInterface view, Model model) { in MmsThumbnailPresenter()
53 private void presentFirstSlide(SlideViewInterface view, SlideModel slide) { in presentFirstSlide()
87 private void presentVideoThumbnail(SlideViewInterface view, VideoModel video) { in presentVideoThumbnail()
91 private void presentImageThumbnail(SlideViewInterface view, ImageModel image) { in presentImageThumbnail()
95 protected void presentAudioThumbnail(SlideViewInterface view, AudioModel audio) { in presentAudioThumbnail()
DSlideshowPresenter.java61 public SlideshowPresenter(Context context, ViewInterface view, Model model) { in SlideshowPresenter()
126 protected void presentSlide(SlideViewInterface view, SlideModel model) { in presentSlide()
141 protected void presentRegionMedia(SlideViewInterface view, in presentRegionMedia()
153 protected void presentAudio(SlideViewInterface view, AudioModel audio, in presentAudio()
172 protected void presentText(SlideViewInterface view, TextModel text, in presentText()
193 protected void presentImage(SlideViewInterface view, ImageModel image, in presentImage()
225 protected void presentVideo(SlideViewInterface view, VideoModel video, in presentVideo()
273 final SlideViewInterface view = (SlideViewInterface) mView; in onModelChanged() local
DPresenter.java34 public Presenter(Context context, ViewInterface view, Model model) { in Presenter()
46 public void setView(ViewInterface view) { in setView()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DItemMoveGestureListener.java34 public boolean onMoveBegin(View view, MotionEvent e); in onMoveBegin()
45 public boolean onMove(View view, MotionEvent e1, MotionEvent e2); in onMove()
52 public void onMoveEnd(View view); in onMoveEnd()
DScrollViewListener.java34 public void onScrollBegin(View view, int scrollX, int scrollY, boolean appScroll); in onScrollBegin()
45 public void onScrollProgress(View view, int scrollX, int scrollY, boolean appScroll); in onScrollProgress()
56 public void onScrollEnd(View view, int scrollX, int scrollY, boolean appScroll); in onScrollEnd()
DItemSimpleGestureListener.java42 public boolean onSingleTapConfirmed(View view, int area, MotionEvent e); in onSingleTapConfirmed()
52 public void onLongPress(View view, MotionEvent e); in onLongPress()
/packages/apps/Contacts/src/com/android/contacts/list/
DEmailAddressListAdapter.java120 final ContactListItemView view = new ContactListItemView(context, null); in newView() local
128 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
135 protected void bindEmailAddress(ContactListItemView view, Cursor cursor) { in bindEmailAddress()
148 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider()
166 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
170 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto()
DPostalAddressListAdapter.java110 final ContactListItemView view = new ContactListItemView(context, null); in newView() local
118 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
125 protected void bindPostalAddress(ContactListItemView view, Cursor cursor) { in bindPostalAddress()
138 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider()
156 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
160 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto()
DPhoneNumberListAdapter.java213 final ContactListItemView view = new ContactListItemView(context, null); in newView() local
222 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
274 protected void bindPhoneNumber(ContactListItemView view, Cursor cursor) { in bindPhoneNumber()
287 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider()
298 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
303 protected void unbindName(final ContactListItemView view) { in unbindName()
307 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto()
DLegacyContactListAdapter.java75 final ContactListItemView view = new ContactListItemView(context, null); in newView() local
82 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
87 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
93 protected void bindPresence(final ContactListItemView view, Cursor cursor) { in bindPresence()
DLegacyPostalAddressListAdapter.java80 final ContactListItemView view = new ContactListItemView(context, null); in newView() local
87 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
92 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
98 protected void bindPostalAddress(ContactListItemView view, Cursor cursor) { in bindPostalAddress()
DLegacyPhoneNumberListAdapter.java79 final ContactListItemView view = new ContactListItemView(context, null); in newView() local
86 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
91 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
96 protected void bindPhoneNumber(ContactListItemView view, Cursor cursor) { in bindPhoneNumber()
DJoinContactListAdapter.java143 View view = inflate(R.layout.join_contact_picker_section_header, parent); in newHeaderView() local
149 View view = inflate(R.layout.join_contact_picker_section_header, parent); in newHeaderView() local
160 protected void bindHeaderView(View view, int partitionIndex, Cursor cursor) { in bindHeaderView()
183 final ContactListItemView view = (ContactListItemView) itemView; in bindView() local
190 final ContactListItemView view = (ContactListItemView) itemView; in bindView() local
/packages/apps/Calculator/src/com/android/calculator2/
DEventListener.java36 public void onClick(View view) { in onClick()
67 public boolean onLongClick(View view) { in onLongClick()
77 public boolean onKey(View view, int keyCode, KeyEvent keyEvent) { in onKey()
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DCursorFactoryListAdapter.java35 public void bindView(View view, Context context, Cursor cursor); in bindView()
55 public void bindView(View view, Context context, Cursor cursor) { in bindView()
68 View view = mViewFactory.newView(context, parent); in newView() local
74 public void bindView(View view, Context context, Cursor cursor) { in bindView()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
DMockContactPhotoManager.java31 public void loadThumbnail(ImageView view, long photoId, boolean darkTheme, in loadThumbnail()
37 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, in loadPhoto()
43 public void removePhoto(ImageView view) { in removePhoto()
/packages/apps/Contacts/src/com/android/contacts/util/
DSchedulingUtils.java28 public static void doAfterLayout(final View view, final Runnable runnable) { in doAfterLayout()
41 public static void doAfterDraw(final View view, final Runnable runnable) { in doAfterDraw()
/packages/apps/Browser/src/com/android/browser/
DPreloadController.java70 public void onSetWebView(Tab tab, WebView view) { in onSetWebView()
80 public void onPageStarted(Tab tab, WebView view, Bitmap favicon) { in onPageStarted()
94 final WebView view = tab.getWebView(); in onPageFinished() local
114 public void onFavicon(Tab tab, WebView view, Bitmap icon) { in onFavicon()
119 public boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url) { in shouldOverrideUrlLoading()
147 public void onReceivedHttpAuthRequest(Tab tab, WebView view, in onReceivedHttpAuthRequest()
161 public void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView()
184 public void showSslCertificateOnError(WebView view, in showSslCertificateOnError()
DWebViewController.java48 void onSetWebView(Tab tab, WebView view); in onSetWebView()
52 void onPageStarted(Tab tab, WebView view, Bitmap favicon); in onPageStarted()
60 void onFavicon(Tab tab, WebView view, Bitmap icon); in onFavicon()
62 boolean shouldOverrideUrlLoading(Tab tab, WebView view, String url); in shouldOverrideUrlLoading()
72 void onReceivedHttpAuthRequest(Tab tab, WebView view, final HttpAuthHandler handler, in onReceivedHttpAuthRequest()
78 void showCustomView(Tab tab, View view, int requestedOrientation, in showCustomView()
87 void showSslCertificateOnError(WebView view, SslErrorHandler handler, in showSslCertificateOnError()
/packages/apps/Calendar/src/com/android/calendar/event/
DAttendeesView.java182 final View view = item.mView; in updateAttendeeView() local
245 final View view = getChildAt(i); in contains() local
265 final View view = getChildAt(i); in clearAttendees() local
336 final View view = constructAttendeeView(item); in addOneAttendee() local
404 final View view = getChildAt(index); in isMarkAsRemoved() local
472 final View view = getChildAt(index); in getItem() local
480 public void onClick(View view) { in onClick()

12345678910>>...16