Home
last modified time | relevance | path

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

12345678

/packages/apps/Browser/tests/src/com/android/browser/
DTestWebViewClient.java45 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
51 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
57 public void onPageFinished(WebView view, String url) { in onPageFinished()
63 public void onLoadResource(WebView view, String url) { in onLoadResource()
70 public void onTooManyRedirects(WebView view, Message cancelMsg, in onTooManyRedirects()
77 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
84 public void onFormResubmission(WebView view, Message dontResend, in onFormResubmission()
91 public void doUpdateVisitedHistory(WebView view, String url, in doUpdateVisitedHistory()
98 public void onReceivedSslError(WebView view, SslErrorHandler handler, in onReceivedSslError()
105 public void onReceivedHttpAuthRequest(WebView view, in onReceivedHttpAuthRequest()
[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()
92 public void onRequestFocus(WebView view) { in onRequestFocus()
104 public boolean onJsAlert(WebView view, String url, String message, in onJsAlert()
111 public boolean onJsConfirm(WebView view, String url, String message, in onJsConfirm()
118 public boolean onJsPrompt(WebView view, String url, String message, in onJsPrompt()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DCalendarActivity.java133 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in onRestoreInstanceState() local
154 CalendarView view = (CalendarView) mViewSwitcher.getNextView(); in onResume() local
187 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in onPause() local
232 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in getSelectedTimeInMillis() local
243 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in goToToday() local
249 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in getAllDay() local
254 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in eventsChanged() local
260 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in getSelectedEvent() local
265 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in isEventSelected() local
270 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in getNewEvent() local
[all …]
DDayActivity.java46 DayView view = new DayView(this); in makeView() local
57 CalendarView view = (CalendarView) mViewSwitcher.getCurrentView(); in onPause() local
DSelectCalendarsActivity.java131 public boolean onChildClick(ExpandableListView parent, View view, int groupPosition, in onChildClick()
137 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick()
143 public void onClick(View view) { in onClick()
DAlertAdapter.java36 public void bindView(View view, Context context, Cursor cursor) { in bindView()
72 public static void updateView(Context context, View view, String eventName, String location, in updateView()
/packages/apps/Mms/src/com/android/mms/ui/
DMmsThumbnailPresenter.java36 public MmsThumbnailPresenter(Context context, ViewInterface view, Model model) { in MmsThumbnailPresenter()
48 private void presentFirstSlide(SlideViewInterface view, SlideModel slide) { in presentFirstSlide()
60 private void presentVideoThumbnail(SlideViewInterface view, VideoModel video) { in presentVideoThumbnail()
68 private void presentImageThumbnail(SlideViewInterface view, ImageModel image) { in presentImageThumbnail()
76 protected void presentAudioThumbnail(SlideViewInterface view, AudioModel audio) { in presentAudioThumbnail()
85 private void showDrmIcon(SlideViewInterface view, String name) { in showDrmIcon()
DSlideshowPresenter.java61 public SlideshowPresenter(Context context, ViewInterface view, Model model) { in SlideshowPresenter()
124 protected void presentSlide(SlideViewInterface view, SlideModel model) { in presentSlide()
147 protected void presentRegionMedia(SlideViewInterface view, in presentRegionMedia()
160 protected void presentAudio(SlideViewInterface view, AudioModel audio, in presentAudio()
179 protected void presentText(SlideViewInterface view, TextModel text, in presentText()
201 protected void presentImage(SlideViewInterface view, ImageModel image, in presentImage()
224 protected void presentVideo(SlideViewInterface view, VideoModel video, in presentVideo()
272 final SlideViewInterface view = (SlideViewInterface) mView; in onModelChanged() local
DPresenter.java33 public Presenter(Context context, ViewInterface view, Model model) { in Presenter()
45 public void setView(ViewInterface view) { in setView()
DConversationListAdapter.java50 public void bindView(View view, Context context, Cursor cursor) { in bindView()
62 public void onMovedToScrapHeap(View view) { in onMovedToScrapHeap()
/packages/apps/Gallery3D/src/com/cooliris/media/
DLayer.java70 public abstract void generate(RenderView view, RenderView.Lists lists); in generate()
73 public boolean update(RenderView view, float frameInterval) { in update()
77 public void renderOpaque(RenderView view, GL11 gl) { in renderOpaque()
80 public void renderBlended(RenderView view, GL11 gl) { in renderBlended()
93 protected void onSurfaceCreated(RenderView view, GL11 gl) { in onSurfaceCreated()
DBackgroundLayer.java47 public void generate(RenderView view, Lists lists) { in generate()
54 public boolean update(RenderView view, float frameInterval) { in update()
74 private Texture getAdaptive(RenderView view, DisplayItem item) { in getAdaptive()
98 public void renderOpaque(RenderView view, GL11 gl) { in renderOpaque()
107 public void renderBlended(RenderView view, GL11 gl) { in renderBlended()
DRootLayer.java30 public void onSurfaceChanged(RenderView view, int width, int height) { in onSurfaceChanged()
33 public void onSensorChanged(RenderView view, SensorEvent e) { in onSensorChanged()
DLoadingLayer.java165 public void generate(RenderView view, RenderView.Lists lists) { in generate()
181 public void renderBlended(RenderView view, GL11 gl) { in renderBlended()
DCrossFadingTexture.java101 public boolean bind(RenderView view, GL11 gl) { in bind()
145 public void unbind(RenderView view, GL11 gl) { in unbind()
/packages/apps/Calculator/src/com/android/calculator2/
DEventListener.java35 public void onClick(View view) { in onClick()
69 public boolean onLongClick(View view) { in onLongClick()
81 public boolean onKey(View view, int keyCode, KeyEvent keyEvent) { in onKey()
/packages/apps/Tag/src/com/android/apps/tag/
DAboutActivity.java68 View view = mPageContainers[i]; in navigate() local
82 public void onClick(View view) { in onClick()
DTagList.java96 public void onClick(View view) { in onClick()
167 public void bindView(View view, Context context, Cursor cursor) { in bindView()
180 View view = mInflater.inflate(R.layout.tag_list_item, null); in newView() local
/packages/apps/Camera/src/com/android/camera/ui/
DRotatePane.java70 protected void render(GLRootView view, GL11 gl) { in render()
118 public void setContent(GLView view) { in setContent()
128 public void addComponent(GLView view) { in addComponent()
DLinearLayout.java29 GLView view = getComponent(i); in onMeasure() local
46 GLView view = getComponent(i); in onLayout() local
/packages/apps/Phone/src/com/android/phone/
DEmergencyDialer.java174 View view = findViewById(R.id.one); in onCreate() local
289 View view = findViewById(R.id.zero); in setupKeypad() local
324 public boolean onKey(View view, int keyCode, KeyEvent event) { in onKey()
336 public void onClick(View view) { in onClick()
419 public boolean onLongClick(View view) { in onLongClick()
/packages/apps/Browser/src/com/android/browser/
DTab.java1248 public void onPageStarted(WebView view, String url, Bitmap favicon) { in onPageStarted()
1255 public void doUpdateVisitedHistory(WebView view, String url, in doUpdateVisitedHistory()
1260 public boolean shouldOverrideUrlLoading(WebView view, String url) { in shouldOverrideUrlLoading()
1264 public void onReceivedSslError(WebView view, SslErrorHandler handler, in onReceivedSslError()
1269 public void onReceivedHttpAuthRequest(WebView view, in onReceivedHttpAuthRequest()
1274 public void onFormResubmission(WebView view, Message dontResend, in onFormResubmission()
1279 public void onReceivedError(WebView view, int errorCode, in onReceivedError()
1284 public boolean shouldOverrideKeyEvent(WebView view, in shouldOverrideKeyEvent()
1289 public void onUnhandledKeyEvent(WebView view, in onUnhandledKeyEvent()
1307 public void onProgressChanged(WebView view, int newProgress) { in onProgressChanged()
[all …]
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
DHTMLViewerActivity.java147 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle()
152 public void onProgressChanged(WebView view, int newProgress) { in onProgressChanged()
/packages/apps/Contacts/src/com/android/contacts/
DRecentCallsListActivity.java212 public void onClick(View view) { in onClick()
557 View view = inflater.inflate(R.layout.recent_calls_list_item, parent, false); in newStandAloneView() local
563 protected void bindStandAloneView(View view, Context context, Cursor cursor) { in bindStandAloneView()
571 View view = inflater.inflate(R.layout.recent_calls_list_child_item, parent, false); in newChildView() local
577 protected void bindChildView(View view, Context context, Cursor cursor) { in bindChildView()
585 View view = inflater.inflate(R.layout.recent_calls_list_group_item, parent, false); in newGroupView() local
591 protected void bindGroupView(View view, Context context, Cursor cursor, int groupSize, in bindGroupView()
602 private void findAndCacheViews(View view) { in findAndCacheViews()
618 public void bindView(Context context, View view, Cursor c) { in bindView()
978 public void onCreateContextMenu(ContextMenu menu, View view, ContextMenuInfo menuInfoIn) { in onCreateContextMenu()
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DDownloadAdapter.java88 DownloadItem view = (DownloadItem) LayoutInflater.from(mContext) in newView() local
197 TextView view = (TextView) parent.findViewById(textViewId); in setTextForView() local
209 public void bindView(View view, Context context, Cursor cursor) { in bindView()

12345678