Searched refs:animate (Results 76 - 100 of 162) sorted by relevance

1234567

/packages/apps/Camera2/src/com/android/camera/ui/
H A DCountDownView.java119 mRemainingSecondsView.animate().scaleX(endScale).scaleY(endScale)
H A DStickyBottomCaptureLayout.java187 mRoundedThumbnailView.animate()
203 mRoundedThumbnailView.animate()
H A DTouchCircleDrawable.java35 * and can be triggered to animate expand to a given radius.
186 public void animate() { method in class:TouchCircleDrawable
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DStrequentsItemAnimator.java99 // nothing to animate
193 final ViewPropertyAnimatorCompat animation = ViewCompat.animate(view);
230 final ViewPropertyAnimatorCompat animation = ViewCompat.animate(view);
281 ViewCompat.animate(view).translationX(0);
284 ViewCompat.animate(view).translationY(0);
289 final ViewPropertyAnimatorCompat animation = ViewCompat.animate(view);
345 final ViewPropertyAnimatorCompat oldViewAnim = ViewCompat.animate(view).setDuration(
369 final ViewPropertyAnimatorCompat newViewAnimation = ViewCompat.animate(newView);
431 ViewCompat.animate(view).cancel();
623 ViewCompat.animate(viewHolder
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorChanSat.java356 mButton.animate().translationX(mButton.getWidth()).setDuration(SwapButton.ANIM_DURATION);
360 mButton.animate().cancel();
372 mButton.animate().translationX(-mButton.getWidth()).setDuration(SwapButton.ANIM_DURATION);
376 mButton.animate().cancel();
H A DEditorVignette.java353 mButton.animate().translationX(mButton.getWidth()).setDuration(SwapButton.ANIM_DURATION);
357 mButton.animate().cancel();
369 mButton.animate().translationX(-mButton.getWidth()).setDuration(SwapButton.ANIM_DURATION);
373 mButton.animate().cancel();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DClickShadowView.java85 animate().alpha(1)
H A DHotseat.java181 public void updateColor(ExtractedColors extractedColors, boolean animate) { argument
191 if (!animate) {
H A DDropTargetBar.java160 mCurrentAnimation = animate().alpha(finalAlpha)
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DPreviewItemManager.java193 void buildParamsForPage(int page, ArrayList<PreviewItemDrawingParams> params, boolean animate) { argument
216 if (!animate || FeatureFlags.LAUNCHER3_LEGACY_FOLDER_ICON) {
239 // If we are not closing on the first page, we animate the current page preview items
240 // out, and animate the first page preview items in.
267 void updateItemDrawingParams(boolean animate) { argument
268 buildParamsForPage(0, mFirstPageParams, animate);
H A DFolderIcon.java228 public void addItem(ShortcutInfo item, boolean animate) { argument
229 mInfo.add(item, animate);
232 public void removeItem(ShortcutInfo item, boolean animate) { argument
233 mInfo.remove(item, animate);
267 // This will animate the first item from it's position as an icon into its
272 // This will animate the dragView (srcView) into the new folder
277 // This will animate the final item in the preview to be full size.
294 // will not have a view to animate
503 // If we are animating to the accepting state, animate the badge out.
558 public void onItemsChanged(boolean animate) { argument
634 shrinkAndFadeIn(boolean animate) argument
[all...]
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
H A DScheduleRowPresenter.java246 // animate the selector in and to the proper width and translation X.
248 mSelectorView.animate().cancel();
249 mSelectorView.animate().translationX(targetTranslationX).alpha(1f)
264 mSelectorView.animate().cancel();
265 mSelectorView.animate().alpha(0f).setDuration(animationDuration)
639 viewHolder.mSecondActionContainer.animate().setListener(null).cancel();
640 viewHolder.mFirstActionContainer.animate().setListener(null).cancel();
712 view.animate().alpha(1.0f).setInterpolator(new DecelerateInterpolator())
726 view.animate().alpha(0.0f).setInterpolator(new DecelerateInterpolator())
732 view.animate()
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyActionGroup.java273 selectedView.animate()
318 ripple.animate().cancel();
330 ripple.animate().alpha(1).setDuration(RIPPLE_DURATION / 2)
334 ripple.animate().alpha(0).setDuration(RIPPLE_DURATION / 2)
/packages/apps/Settings/src/com/android/settings/
H A DPreviewSeekBarPreferenceFragment.java185 private void setPreviewLayer(int index, boolean animate) { argument
191 mPreviewPager.getCurrentItem(), animate);
H A DFallbackHome.java54 v.animate()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DDeletionHelperActivity.java111 public void setLoading(View listView, boolean loading, boolean animate) { argument
113 Utils.handleLoadingContainer(loading_container, listView, !loading, animate);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerController.java101 * Show the conversation pager for the given conversation and animate in if specified along
132 // If we have a pagerAnimationListener, go ahead and animate
139 mPager.animate().alpha(1f)
188 mPager.animate().cancel();
/packages/apps/Dialer/java/com/android/dialer/app/
H A DDialtactsActivity.java298 enterSearchUi(mIsDialpadShown, mSearchQuery, true /* animate */);
323 false /* smartDialSearch */, mSearchView.getText().toString(), true /* animate */);
491 mFloatingActionButtonController.align(getFabAlignment(), false /* animate */);
559 mFloatingActionButtonController.align(getFabAlignment(), false /* animate */);
825 private void showDialpadFragment(boolean animate) { argument
826 LogUtil.d("DialtactActivity.showDialpadFragment", "animate: %b", animate);
842 mDialpadFragment.setAnimate(animate);
846 if (animate) {
855 Assert.isNotNull(mListsFragment.getView()).animate()
880 hideDialpadFragment(boolean animate, boolean clearDialpad) argument
1114 enterSearchUi(boolean smartDialSearch, String query, boolean animate) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/list/
H A DPinnedHeaderListView.java258 * @param animate true if the transition to the new coordinate should be animated
260 public void setHeaderPinnedAtTop(int viewIndex, int y, boolean animate) { argument
267 // TODO perhaps we should animate at the top as well
276 * @param animate true if the transition to the new coordinate should be animated
278 public void setHeaderPinnedAtBottom(int viewIndex, int y, boolean animate) { argument
286 } else if (animate && (header.y != y || !header.visible)) {
341 * @param animate true if the transition to the new coordinate should be animated
343 public void setHeaderInvisible(int viewIndex, boolean animate) { argument
345 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DPinnedHeaderListView.java204 * @param animate true if the transition to the new coordinate should be animated
206 public void setHeaderPinnedAtTop(int viewIndex, int y, boolean animate) { argument
213 // TODO perhaps we should animate at the top as well
222 * @param animate true if the transition to the new coordinate should be animated
224 public void setHeaderPinnedAtBottom(int viewIndex, int y, boolean animate) { argument
232 } else if (animate && (header.y != y || !header.visible)) {
286 * @param animate true if the transition to the new coordinate should be animated
288 public void setHeaderInvisible(int viewIndex, boolean animate) { argument
290 if (header.visible && (animate || header.animating) && header.state == BOTTOM) {
/packages/apps/PackageInstaller/src/android/support/wearable/view/
H A DWearableListView.java84 // deltas and scrolling code requires deltas. We animate WearableListView directly and use this
795 private void notifyChildrenAboutProximity(boolean animate) { argument
807 holder.onCenterProximity(i == index, animate);
1203 * @param animate Whether you should animate your transition of the View to become the
1207 void onCenterPosition(boolean animate); argument
1211 * @param animate Whether you should animate your transition of the View to being
1215 void onNonCenterPosition(boolean animate); argument
1359 protected void onCenterProximity(boolean isCentralItem, boolean animate) { argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java400 mSelectionContainer.animate().alpha(1).setDuration(mActionBarAnimationDuration);
407 mSelectionContainer.animate().alpha(0).setDuration(mActionBarAnimationDuration)
423 mSearchContainer.animate().alpha(1).setDuration(mActionBarAnimationDuration);
427 mSearchContainer.animate().alpha(0).setDuration(mActionBarAnimationDuration)
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
H A DHeaderView.java116 mThumbnail.animate().alpha(1.0f).start();
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java215 animate().alpha(1f);
224 animate().cancel();
/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DRecyclerViewFastScroller.java149 // TODO(winsonc): If we want to animate the section heads while scrolling, we can
343 mPopupView.animate().cancel();
344 mPopupView.animate().alpha(visible ? 1f : 0f).setDuration(visible ? 200 : 150).start();

Completed in 634 milliseconds

1234567