Searched refs:animate (Results 51 - 75 of 160) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvImpl.java55 boolean isHomeStackVisible, boolean animate, int growTarget) {
70 if (!animate) {
54 startRecentsActivity(ActivityManager.RunningTaskInfo runningTask, boolean isHomeStackVisible, boolean animate, int growTarget) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerHandleView.java89 public void setTouching(boolean touching, boolean animate) { argument
97 if (!animate) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java402 public void setImageScale(float imageScale, boolean animate) { argument
403 setImageScale(imageScale, animate, -1, null);
410 * @param animate Should an animation be performed
411 * @param duration If animate, whats the duration? When -1 we take the default duration
412 * @param interpolator If animate, whats the interpolator? When null we take the default
415 public void setImageScale(float imageScale, boolean animate, long duration, argument
418 if (!animate) {
460 public void setImageAlpha(float alpha, boolean animate) { argument
461 setImageAlpha(alpha, animate, -1, null, null);
468 * @param animate Shoul
473 setImageAlpha(float alpha, boolean animate, long duration, Interpolator interpolator, Runnable runnable) argument
[all...]
H A DNotificationContentView.java92 // We need to post since we don't want the notification to animate on the very first
280 selectLayout(false /* animate */, mForceSelectNextLayout /* force */);
293 mContractedChild.animate().cancel();
304 mExpandedChild.animate().cancel();
316 mHeadsUpChild.animate().cancel();
339 mContractedChild.animate().cancel();
346 mContractedWrapper.setDark(mDark, false /* animate */, 0 /* delay */);
351 mExpandedChild.animate().cancel();
362 mHeadsUpChild.animate().cancel();
392 // We only animate i
596 selectLayout(boolean animate, boolean force) argument
670 updateBackgroundColor(boolean animate) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHeaderTransformState.java139 headerChild.animate().cancel();
166 headerChild.animate().cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java58 outAnimation(mNotificationPanel.animate())
64 inAnimation(mNotificationPanel.animate())
/frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
H A DAlignmentTest.java60 animate(v);
106 public static void animate(View v) { method in class:AlignmentTest
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeRenderSession.java98 public Result animate(Object targetObject, String animationName, method in class:BridgeRenderSession
104 mLastResult = mSession.animate(targetObject, animationName, isFrameworkAnimation,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java327 mImageView.animate().cancel();
335 mImageView.animate().cancel();
461 mImageView.animate().alpha(1f).setDuration(
483 mImageView.animate().cancel();
H A DPresenter.java170 view.animate().cancel();
H A DAbstractMediaItemPresenter.java446 // animate the selector out.
447 selectorView.animate().cancel();
448 selectorView.animate().alpha(0f).setDuration(animationDuration)
459 selectorView.animate().alpha(1f).setDuration(animationDuration)
490 // animate the selector to the proper width and marginLeft.
/frameworks/support/v4/honeycomb_mr1/android/support/v4/animation/
H A DHoneycombMr1AnimatorCompatProvider.java133 view.animate().setInterpolator(mDefaultInterpolator);
/frameworks/base/core/java/android/app/
H A DListFragment.java334 * @param animate If true, an animation will be used to transition to the
337 private void setListShown(boolean shown, boolean animate) { argument
347 if (animate) {
359 if (animate) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java208 protected void resetPasswordText(boolean animate, boolean announce) { argument
288 animate()
297 animate()
/frameworks/support/v4/java/android/support/v4/app/
H A DListFragment.java276 * @param animate If true, an animation will be used to transition to the
279 private void setListShown(boolean shown, boolean animate) { argument
289 if (animate) {
301 if (animate) {
/frameworks/base/core/java/android/widget/
H A DProgressBar.java1275 doRefreshProgress(rd.id, rd.progress, rd.fromUser, true, rd.animate);
1292 public boolean animate; field in class:ProgressBar.RefreshData
1294 public static RefreshData obtain(int id, int progress, boolean fromUser, boolean animate) { argument
1302 rd.animate = animate;
1312 boolean callBackToApp, boolean animate) {
1316 if (isPrimary && animate) {
1380 boolean animate) {
1382 doRefreshProgress(id, progress, fromUser, true, animate);
1388 final RefreshData rd = RefreshData.obtain(id, progress, fromUser, animate);
1311 doRefreshProgress(int id, int progress, boolean fromUser, boolean callBackToApp, boolean animate) argument
1379 refreshProgress(int id, int progress, boolean fromUser, boolean animate) argument
1428 setProgress(int progress, boolean animate) argument
1433 setProgressInternal(int progress, boolean fromUser, boolean animate) argument
[all...]
H A DCalendarView.java535 * @param animate Whether to animate the scroll to the current date.
544 public void setDate(long date, boolean animate, boolean center) { argument
545 mDelegate.setDate(date, animate, center);
606 void setDate(long date, boolean animate, boolean center); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java437 private void updateHeadsUpScrim(boolean animate) { argument
438 updateScrim(animate, mHeadsUpScrim, calculateHeadsUpAlpha(), mCurrentHeadsUpAlpha);
441 private void updateScrim(boolean animate, View scrim, float alpha, float currentAlpha) { argument
450 if (animate || alpha == currentAlpha) {
457 if (animate) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java327 v.animate().withLayer().scaleX(s).scaleY(s).alpha(1f).setDuration(animationLen);
332 public void place(View v, boolean animate) { argument
333 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate);
352 public synchronized void place(View v, Point pt, boolean animate) { argument
397 if (animate) {
398 squatter.animate().withLayer()
424 if (animate) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java428 itemView.animate()
432 mTileView.findViewById(R.id.tile_label).animate()
435 mTileView.getAppLabel().animate()
441 itemView.animate()
445 mTileView.findViewById(R.id.tile_label).animate()
448 mTileView.getAppLabel().animate()
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java503 // If animations are enabled, animate it in
517 // If animations are enabled, animate it in
531 ViewCompat.animate(mView)
570 ViewCompat.animate(mView)
637 * Returns true if we should animate the Snackbar view in/out.
745 ViewCompat.animate(mMessageView).alpha(1f).setDuration(duration)
750 ViewCompat.animate(mActionView).alpha(1f).setDuration(duration)
757 ViewCompat.animate(mMessageView).alpha(0f).setDuration(duration)
762 ViewCompat.animate(mActionView).alpha(0f).setDuration(duration)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java273 animate().y(-mHeader.getHeight())
280 animate().setListener(null);
293 animate()
H A DQSDetail.java238 animate().alpha(0)
255 mQsDetailHeaderProgress.animate().alpha(1f);
258 mQsDetailHeaderProgress.animate().alpha(0f);
/frameworks/base/tests/RenderThreadTest/src/com/example/renderthread/
H A DMainActivity.java60 lv.getChildAt(i).animate().translationY(0).setDuration(DURATION);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java103 // nothing to animate
195 final ViewPropertyAnimatorCompat animation = ViewCompat.animate(view);
225 final ViewPropertyAnimatorCompat animation = ViewCompat.animate(view);
276 ViewCompat.animate(view).translationX(0);
279 ViewCompat.animate(view).translationY(0);
284 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();
632 ViewCompat.animate(viewHolder
[all...]

Completed in 640 milliseconds

1234567