Searched refs:animate (Results 26 - 50 of 162) sorted by relevance

1234567

/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
H A DMediaCard.java88 mBackgroundImage.animate()
94 mRightIconSwitcher.animate()
99 mDetailsPanel.animate()
H A DWeatherCard.java63 mNearCloudImage.animate()
70 mFarCloudImage.animate()
/packages/apps/Dialer/java/com/android/dialer/app/widget/
H A DActionBarController.java43 slideActionBar(true /* slideUp */, false /* animate */);
48 slideActionBar(true /* slideUp */, false /* animate */);
56 slideActionBar(false /* slideUp */, false /* animate */);
61 slideActionBar(false /* slideUp */, false /* animate */);
81 mSearchBox.expand(true /* animate */, true /* requestFocus */);
93 mSearchBox.collapse(true /* animate */);
99 slideActionBar(false /* slideUp */, false /* animate */);
120 mSearchBox.expand(false /* animate */, false /* requestFocus */);
122 slideActionBar(false /* slideUp */, true /* animate */);
136 slideActionBar(true /* slideUp */, true /* animate */);
143 slideActionBar(boolean slideUp, boolean animate) argument
[all...]
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DSimSelectorView.java88 public void showOrHide(final boolean show, final boolean animate) { argument
96 if (animate) {
100 animate().alpha(mShow ? 1.0f : 0.0f)
115 if (animate) {
/packages/apps/DeskClock/src/com/android/deskclock/
H A DBaseActivity.java57 adjustAppColor(color, false /* animate */);
66 adjustAppColor(color, false /* animate */);
73 * @param animate {@code true} if the change should be animated
75 protected void adjustAppColor(@ColorInt int color, boolean animate) { argument
89 if (animate) {
/packages/apps/TV/src/com/android/tv/ui/
H A DIntroView.java89 v.animate()
101 v.animate()
H A DTvViewUiManager.java257 public int setDisplayMode(int displayMode, boolean storeInPreference, boolean animate) { argument
263 applyDisplayMode(mTvView.getVideoDisplayAspectRatio(), animate, false);
270 public void restoreDisplayMode(boolean animate) { argument
273 setDisplayMode(displayMode, false, animate);
320 boolean animate) {
321 if (animate) {
355 FrameLayout.LayoutParams tvViewFrame, boolean animate) {
360 + " animate=" + animate);
365 if (animate) {
319 setBackgroundColor(int color, FrameLayout.LayoutParams targetLayoutParams, boolean animate) argument
354 setTvViewPosition(final FrameLayout.LayoutParams layoutParams, FrameLayout.LayoutParams tvViewFrame, boolean animate) argument
485 applyDisplayMode(float videoDisplayAspectRatio, boolean animate, boolean forceUpdate) argument
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DGridDocumentHolder.java74 public void setSelected(boolean selected, boolean animate) { argument
79 if (animate) {
92 super.setSelected(selected, animate);
94 if (animate) {
143 mIconMimeLg.animate().cancel();
145 mIconThumb.animate().cancel();
H A DListDocumentHolder.java79 public void setSelected(boolean selected, boolean animate) { argument
84 if (animate) {
95 super.setSelected(selected, animate);
97 if (animate) {
164 mIconMime.animate().cancel();
166 mIconThumb.animate().cancel();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaPickerPanel.java117 setExpanded(mExpanded, false /* animate */, mViewPager.getCurrentItem(),
240 * @param animate need animation
243 void setExpanded(final boolean expanded, final boolean animate, final int startingPage) { argument
244 setExpanded(expanded, animate, startingPage, false /* force */);
247 private void setExpanded(final boolean expanded, final boolean animate, final int startingPage, argument
257 setDesiredHeight(getDesiredHeight(), animate);
270 setFullScreenView(true, animate);
278 private void setDesiredHeight(int height, final boolean animate) { argument
284 if (animate) {
321 * @param animate Tru
323 setFullScreenView(final boolean fullScreen, final boolean animate) argument
[all...]
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
H A DPagedScrollBarView.java130 protected void setParameters(int range, int offset, int extent, boolean animate) { argument
150 moveY(mScrollThumb, thumbOffset, animate);
212 private void moveY(final View view, float newPosition, boolean animate) { argument
213 final int duration = animate ? 200 : 0;
214 view.animate()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java122 mWidgetImage.animate().cancel();
161 public void applyPreview(Bitmap bitmap, boolean animate) { argument
167 ViewPropertyAnimator anim = mWidgetImage.animate();
179 public void ensurePreview(boolean animate) { argument
184 mItem, mPresetPreviewSize, mPresetPreviewSize, this, animate);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DActionableToastBar.java224 hide(true /* animate */, true /* actionClicked */);
232 // if this toast bar is not yet hidden, animate it in place; otherwise we just update the
252 public void hide(boolean animate, boolean actionClicked) { argument
259 if (animate) {
376 animate()
394 mFloatingActionButton.animate()
409 animate()
428 mFloatingActionButton.animate()
444 * which to animate is the height of the toast bar + any margin beneath the toast bar.
H A DConversationListCallbacks.java90 void commitDestructiveActions(boolean animate); argument
H A DMaterialSearchViewController.java121 // Never animate visibility changes that are caused by view state changes.
123 showSearchActionBar(SEARCH_VIEW_STATE_ONLY_ACTIONBAR, false /* animate */);
125 showSearchActionBar(mControllerState, false /* animate */);
127 showSearchActionBar(SEARCH_VIEW_STATE_GONE, false /* animate */);
167 // By default animate the visibility changes
168 showSearchActionBar(state, true /* animate */);
172 * @param animate if true, the search bar and suggestion list will fade in/out of view.
174 public void showSearchActionBar(int state, boolean animate) { argument
186 if (animate) {
220 v.animate()
[all...]
H A DTwoPaneLayout.java290 translateDueToViewMode(width, false /* animate */);
350 translatePanes(minimized ? 0 : openDrawerDelta, 0 /* drawerDeltaX */, true /* animate */);
354 * Translate the panes to their ending positions, can choose to either animate the translation
360 * @param animate whether to animate the translation or not.
362 private void translatePanes(float deltaX, float drawerDeltaX, boolean animate) { argument
363 if (animate) {
377 mConversationFrame.animate().translationX(deltaX);
379 final ViewPropertyAnimator listAnimation = mListView.animate()
383 mFoldersView.animate()
725 translateDueToViewMode(int width, boolean animate) argument
[all...]
/packages/apps/Dialer/java/com/android/incallui/answer/impl/affordance/
H A DSwipeButtonView.java354 public void setImageScale(float imageScale, boolean animate) { argument
355 setImageScale(imageScale, animate, -1, null);
362 * @param animate Should an animation be performed
363 * @param duration If animate, whats the duration? When -1 we take the default duration
364 * @param interpolator If animate, whats the interpolator? When null we take the default
368 float imageScale, boolean animate, long duration, @Nullable Interpolator interpolator) {
370 if (!animate) {
413 public void setImageAlpha(float alpha, boolean animate) { argument
414 setImageAlpha(alpha, animate, -1, null, null);
421 * @param animate Shoul
367 setImageScale( float imageScale, boolean animate, long duration, @Nullable Interpolator interpolator) argument
426 setImageAlpha( float alpha, boolean animate, long duration, @Nullable Interpolator interpolator, @Nullable Runnable runnable) argument
[all...]
H A DSwipeButtonHelper.java506 boolean animate,
521 updateIconAlpha(view, alpha, animate);
524 private void updateIconAlpha(SwipeButtonView view, float alpha, boolean animate) { argument
527 view.setImageAlpha(alpha, animate);
528 view.setImageScale(scale, animate);
576 public void reset(boolean animate) { argument
578 setTranslation(0.0f, true, animate);
590 public void launchAffordance(boolean animate, boolean left) { argument
598 if (animate) {
502 updateIcon( @ullable SwipeButtonView view, float circleRadius, float alpha, boolean animate, boolean slowRadiusAnimation, boolean force, boolean forceNoCircleAnimation) argument
/packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
H A DDialogAdapter.java64 v.animate().cancel();
65 v.animate().scaleX(scale).scaleY(scale).setDuration(
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DActionAdapter.java320 view.animate().alpha(alpha)
421 v.animate().alpha(destAlpha).setDuration(duration).setStartDelay(delay);
423 v.animate().setInterpolator(interpolator);
425 v.animate().setListener(new AnimatorListenerAdapter() {
444 v.animate().start();
463 checkView.animate().alpha(CHECKMARK_ANIM_UNSELECTED_ALPHA)
466 checkView.animate().setInterpolator(interpolator);
468 checkView.animate().setListener(new AnimatorListenerAdapter() {
486 checkView.animate().alpha(CHECKMARK_ANIM_SELECTED_ALPHA).setDuration(duration)
489 checkView.animate()
[all...]
H A DBaseDialogFragment.java104 // in the content fragment, we animate the icon from its initial position to the final
196 * @param v view to animate
211 v.animate().alpha(1f).translationX(0).setDuration(duration).setStartDelay(delay);
213 v.animate().setInterpolator(interpolator);
215 v.animate().setListener(new AnimatorListenerAdapter() {
227 v.animate().start();
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerViewContainerView.java66 mTouchFeedbackView.animate().cancel();
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationMainView.java93 boolean animate) {
114 if (animate) {
147 animate().cancel();
175 animate()
92 applyNotificationInfo(NotificationInfo mainNotification, View iconView, boolean animate) argument
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
H A DGrantPermissionsViewHandlerImpl.java130 // If this is a second (or later) permission and the views exist, then animate.
152 mIconView.animate()
160 mCurrentDesc.animate()
169 mDoNotAskCheckbox.animate()
205 mDescContainer.animate()
236 mCurrentDesc.animate()
246 mDoNotAskCheckbox.animate()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
H A DAffordanceHolderLayout.java156 public void reset(boolean animate) { argument
157 affordanceHelper.reset(animate);

Completed in 5021 milliseconds

1234567