/packages/apps/Browser/tests/src/com/android/browser/ |
D | TestWebViewClient.java | 45 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 …]
|
D | TestWebChromeClient.java | 48 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/ContactsCommon/tests/src/com/android/contacts/common/list/ |
D | ContactListItemViewTest.java | 58 ContactListItemView view = createView(); in testShowDisplayName_Simple() local 67 ContactListItemView view = createView(); in testShowDisplayName_Unknown() local 77 ContactListItemView view = createView(); in testShowDisplayName_WithPrefix() local 89 ContactListItemView view = createView(); in testShowDisplayName_WithPrefixReversed() local 100 ContactListItemView view = createView(); in testSetSnippet_Prefix() local 112 ContactListItemView view = new ContactListItemView(getContext()); in createView() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | ViewUtils.java | 40 public static boolean isViewRtl(View view) { in isViewRtl() 48 public static int getPaddingStart(View view) { in getPaddingStart() 56 public static int getPaddingEnd(View view) { in getPaddingEnd() 64 public static void setTextAlignment(View view, int textAlignment) { in setTextAlignment() 80 public static void announceForAccessibility(View view, CharSequence text) { in announceForAccessibility()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | DayFragment.java | 115 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/DeskClock/src/com/android/deskclock/widget/sgv/ |
D | SgvAnimationHelper.java | 114 final View view, int startTranslation, final int endTranslation, int animationDelay, in addXTranslationAnimators() 135 final View view, int startTranslation, final int endTranslation, int animationDelay, in addYTranslationAnimators() 156 public static void addXYTranslationAnimators(List<Animator> animators, final View view, in addXYTranslationAnimators() 166 public static void addTranslationRotationAnimators(List<Animator> animators, final View view, in addTranslationRotationAnimators() 202 public static void addExpandInAnimators(List<Animator> animators, final View view, in addExpandInAnimators() 226 public static void addCollapseOutAnimators(List<Animator> animators, final View view, in addCollapseOutAnimators() 250 public static void addCollapseOutAnimators(List<Animator> animators, final View view) { in addCollapseOutAnimators() 260 final View view, int startTranslation, int endTranslation, int animationDelay) { in addFlyOutAnimators() 265 public static void addFlyOutAnimators(List<Animator> animators, final View view, in addFlyOutAnimators() 271 public static void addSlideInFromRightAnimators(List<Animator> animators, final View view, in addSlideInFromRightAnimators() [all …]
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | CallLogFragmentTest.java | 171 View view = mAdapter.newGroupView(getActivity(), mParentView); in testCallAndGroupViews_GroupView() local 179 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testCallAndGroupViews_StandAloneView() local 187 View view = mAdapter.newChildView(getActivity(), mParentView); in testCallAndGroupViews_ChildView() local 195 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_NumberOnlyNoCache() local 209 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 251 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_HomeLabel() local 266 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_WorkLabel() local 280 View view = mAdapter.newStandAloneView(getActivity(), mParentView); in testBindView_CustomLabel() local [all …]
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | ViewUtil.java | 39 public static int getConstantPreLayoutWidth(View view) { in getConstantPreLayoutWidth() 55 public static boolean isViewLayoutRtl(View view) { in isViewLayoutRtl() 79 public static void addRectangularOutlineProvider(View view, Resources res) { in addRectangularOutlineProvider() 88 public static void setupFloatingActionButton(View view, Resources res) { in setupFloatingActionButton()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | MmsThumbnailPresenter.java | 38 public MmsThumbnailPresenter(Context context, ViewInterface view, Model model) { in MmsThumbnailPresenter() 51 private void presentFirstSlide(SlideViewInterface view, SlideModel slide) { in presentFirstSlide() 90 private void presentVideoThumbnail(SlideViewInterface view, VideoModel video) { in presentVideoThumbnail() 94 private void presentImageThumbnail(SlideViewInterface view, ImageModel image) { in presentImageThumbnail() 98 protected void presentAudioThumbnail(SlideViewInterface view, AudioModel audio) { in presentAudioThumbnail()
|
D | SlideshowPresenter.java | 59 public SlideshowPresenter(Context context, ViewInterface view, Model model) { in SlideshowPresenter() 124 protected void presentSlide(SlideViewInterface view, SlideModel model) { in presentSlide() 139 protected void presentRegionMedia(SlideViewInterface view, in presentRegionMedia() 151 protected void presentAudio(SlideViewInterface view, AudioModel audio, in presentAudio() 170 protected void presentText(SlideViewInterface view, TextModel text, in presentText() 191 protected void presentImage(SlideViewInterface view, ImageModel image, in presentImage() 223 protected void presentVideo(SlideViewInterface view, VideoModel video, in presentVideo() 271 final SlideViewInterface view = (SlideViewInterface) mView; in onModelChanged() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
D | ViewCompatUtils.java | 45 public static int getPaddingEnd(final View view) { in getPaddingEnd() 52 public static void setPaddingRelative(final View view, final int start, final int top, in setPaddingRelative() 61 public static void setElevation(final View view, final float elevation) { in setElevation() 74 public static void setTextAlignment(final View view, final int textAlignment) { in setTextAlignment()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EditorAnimator.java | 118 public void showFieldFooter(final View view) { in showFieldFooter() 162 View view = scrollView.findFocus(); in scrollViewToTop() local 168 public static void placeFocusAtTopOfScreenAfterReLayout(final View view) { in placeFocusAtTopOfScreenAfterReLayout() 179 private int offsetFromTopOfViewGroup(View view, ViewGroup viewGroup) { in offsetFromTopOfViewGroup() 187 private static ScrollView getParentScrollView(View view) { in getParentScrollView() 219 private static List<View> getViewsBelowOf(View view) { in getViewsBelowOf() 232 View view = container.getChildAt(i); in getViewsBelowOfRecursive() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | FrameLayoutWithShadows.java | 210 View view = shadowView.shadowedView; in prune() local 234 View view = shadowView.shadowedView; in layoutShadows() local 283 public View addShadowView(View view, Drawable shadow) { in addShadowView() 309 public View addShadowView(View view) { in addShadowView() 323 public static View getShadowView(View view) { in getShadowView() 348 public void bringViewShadowToTop(View view) { in bringViewShadowToTop() 378 public static void removeShadowView(View view) { in removeShadowView() 404 ShadowView view = mRecycleBin.remove(size - 1); in getFromRecycleBin() local 415 public void setShadowVisibility(View view, int visibility) { in setShadowVisibility() 427 public static FrameLayoutWithShadows findParentShadowsView(View view) { in findParentShadowsView()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PostalAddressListAdapter.java | 117 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView() local 127 ContactListItemView view = (ContactListItemView)itemView; in bindView() local 135 protected void bindPostalAddress(ContactListItemView view, Cursor cursor) { in bindPostalAddress() 148 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider() 158 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() 162 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto()
|
D | EmailAddressListAdapter.java | 127 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView() local 136 ContactListItemView view = (ContactListItemView)itemView; in bindView() local 144 protected void bindEmailAddress(ContactListItemView view, Cursor cursor) { in bindEmailAddress() 157 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider() 167 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() 171 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto()
|
D | LegacyContactListAdapter.java | 78 final ContactListItemView view = new ContactListItemView(context, null); in newView() local 86 ContactListItemView view = (ContactListItemView)itemView; in bindView() local 92 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName() 98 protected void bindPresence(final ContactListItemView view, Cursor cursor) { in bindPresence()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | WindowLocationUtil.java | 41 public static void getLocationsInWindow(View view, float[] points) { in getLocationsInWindow() 95 public static void getLocationsInWindow(View view, RectF rect) { in getLocationsInWindow() 110 public static void getImageLocationsInWindow(ImageView view, in getImageLocationsInWindow()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | DeskClockFragment.java | 38 public void onFabClick(View view){ in onFabClick() 62 public void onLeftButtonClick(View view) { in onLeftButtonClick() 66 public void onRightButtonClick(View view) { in onRightButtonClick()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/ |
D | CursorFactoryListAdapter.java | 35 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/Camera2/src/com/android/camera/ |
D | VideoController.java | 25 public void onReviewDoneClicked(View view); in onReviewDoneClicked() 27 public void onReviewPlayClicked(View view); in onReviewPlayClicked() 33 public void onSingleTapUp(View view, int x, int y); in onSingleTapUp()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
D | PanelTrack.java | 26 public void onTouch(MotionEvent event, StateView view); in onTouch() 28 public void setCurrentView(View view); in setCurrentView() 31 public int findChild(View view); in findChild()
|
/packages/apps/PhoneCommon/src/com/android/phone/common/util/ |
D | ViewUtil.java | 42 public static int getConstantPreLayoutWidth(View view) { in getConstantPreLayoutWidth() 58 public static boolean isViewLayoutRtl(View view) { in isViewLayoutRtl() 74 public static void setupFloatingActionButton(View view, Resources res) { in setupFloatingActionButton()
|
/packages/apps/HTMLViewer/src/com/android/htmlviewer/ |
D | HTMLViewerActivity.java | 90 public void onReceivedTitle(WebView view, String title) { in onReceivedTitle() 99 public void onPageFinished(WebView view, String url) { in onPageFinished() 104 public WebResourceResponse shouldInterceptRequest(WebView view, in shouldInterceptRequest()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAnimUtils.java | 56 public static void startAnimationAfterNextDraw(final Animator animator, final View view) { in startAnimationAfterNextDraw() 122 View view, PropertyValuesHolder... values) { in ofPropertyValuesHolder() 131 public static Animator createCircularReveal(View view, int centerX, in createCircularReveal() 136 new FirstFrameAnimatorHelper((ValueAnimator) anim, view); in createCircularReveal() local
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | AllContactsFragment.java | 50 public void onViewCreated(View view, android.os.Bundle savedInstanceState) { in onViewCreated() 83 public void onItemClick(AdapterView<?> parent, View view, int position, long id) { in onItemClick() 86 QuickContact.showQuickContact(getActivity(), view, uri, QuickContact.MODE_LARGE, null); in onItemClick() local
|