/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
D | CollapsedAlarmViewHolder.kt | 175 ObjectAnimator.ofFloat(alarmLabel, View.ALPHA, 0f), in <lambda>() 176 ObjectAnimator.ofFloat(daysOfWeek, View.ALPHA, 0f), in <lambda>() 177 ObjectAnimator.ofFloat(upcomingInstanceLabel, View.ALPHA, 0f), in <lambda>() 178 ObjectAnimator.ofFloat(preemptiveDismissButton, View.ALPHA, 0f), in <lambda>() 179 ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f)) in <lambda>() 196 ObjectAnimator.ofFloat(alarmLabel, View.ALPHA, 1f), in <lambda>() 197 ObjectAnimator.ofFloat(daysOfWeek, View.ALPHA, 1f), in <lambda>() 198 ObjectAnimator.ofFloat(upcomingInstanceLabel, View.ALPHA, 1f), in <lambda>() 199 ObjectAnimator.ofFloat(preemptiveDismissButton, View.ALPHA, 1f), in <lambda>() 200 ObjectAnimator.ofFloat(hairLine, View.ALPHA, 1f)) in <lambda>()
|
D | ExpandedAlarmViewHolder.kt | 243 ObjectAnimator.ofFloat(repeatDays, View.ALPHA, if (isExpansion) 1f else 0f), in <lambda>() 334 val repeatAnimation: Animator = ObjectAnimator.ofFloat(repeat, View.ALPHA, 0f) in <lambda>() 336 val editLabelAnimation: Animator = ObjectAnimator.ofFloat(editLabel, View.ALPHA, 0f) in <lambda>() 338 val repeatDaysAnimation: Animator = ObjectAnimator.ofFloat(repeatDays, View.ALPHA, 0f) in <lambda>() 340 val vibrateAnimation: Animator = ObjectAnimator.ofFloat(vibrate, View.ALPHA, 0f) in <lambda>() 342 val ringtoneAnimation: Animator = ObjectAnimator.ofFloat(ringtone, View.ALPHA, 0f) in <lambda>() 345 View.ALPHA, 0f).setDuration(shortDuration) in <lambda>() 346 val deleteAnimation: Animator = ObjectAnimator.ofFloat(delete, View.ALPHA, 0f) in <lambda>() 348 val hairLineAnimation: Animator = ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f) in <lambda>() 406 val repeatAnimation: Animator = ObjectAnimator.ofFloat(repeat, View.ALPHA, 1f) in <lambda>() [all …]
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | AnimatedTaskbarView.java | 97 animators.add(ObjectAnimator.ofFloat(mBackground, View.ALPHA, 1f, 0f)); in animateDisappearanceToHotseat() 98 animators.add(ObjectAnimator.ofFloat(mAllAppsButton, View.ALPHA, 1f, 0f)); in animateDisappearanceToHotseat() 138 animators.add(ObjectAnimator.ofFloat(mBackground, View.ALPHA, 0f, 1f)); in animateAppearanceFromHotseat() 139 animators.add(ObjectAnimator.ofFloat(mAllAppsButton, View.ALPHA, 0f, 1f)); in animateAppearanceFromHotseat() 217 animators.add(ObjectAnimator.ofFloat(taskbarIcon, View.ALPHA, 1f, 0f)); in createIconDisappearanceToHotseatAnimator() 263 animators.add(ObjectAnimator.ofFloat(taskbarIcon, View.ALPHA, 0f, 1f)); in createIconAppearanceFromHotseatAnimator()
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | ItemFocusIndicatorHelper.java | 44 public static final FloatProperty<ItemFocusIndicatorHelper> ALPHA = field in ItemFocusIndicatorHelper 209 PropertyValuesHolder.ofFloat(ALPHA, 1), in changeFocus() 216 PropertyValuesHolder.ofFloat(ALPHA, 1)); in changeFocus() 225 PropertyValuesHolder.ofFloat(ALPHA, 0)); in changeFocus()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | TransitionAnimationView.java | 82 mAnimator = ObjectAnimator.ofFloat(mMaskingView, View.ALPHA, 0.0f, 1.0f); in startMaskTransition() 85 mAnimator = ObjectAnimator.ofFloat(mMaskingView, View.ALPHA, 1.0f, 0.0f); in startMaskTransition()
|
/packages/apps/Messaging/jni/ |
D | GifTranscoder.cpp | 32 #define ALPHA(color) (((color) >> 24) & 0xff) macro 448 char avgAlpha = (char)(((int) ALPHA(c1) + (int) ALPHA(c2) + in computeAverage() 449 (int) ALPHA(c3) + (int) ALPHA(c4)) / 4); in computeAverage() 462 char alpha = ALPHA(targetColor); in findBestColor()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleDragAnimator.java | 149 .spring(DynamicAnimation.ALPHA, mDismissCapturedScale) in animateDismissCaptured() 170 .spring(DynamicAnimation.ALPHA, 1f) in animateDismissReleased() 195 .spring(DynamicAnimation.ALPHA, 0f) in animateDismiss()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarHoverToolTipController.java | 20 import static android.view.View.ALPHA; 94 ObjectAnimator alphaCloseAnimator = ObjectAnimator.ofFloat(mHoverToolTipView, ALPHA, 0); in TaskbarHoverToolTipController() 113 ObjectAnimator alphaOpenAnimator = ObjectAnimator.ofFloat(mHoverToolTipView, ALPHA, 0f, 1f); in TaskbarHoverToolTipController()
|
D | KeyboardQuickSwitchView.java | 261 Animator alphaAnimation = ObjectAnimator.ofFloat(this, ALPHA, 1f, 0f); in getCloseAnimation() 275 Animator contentAlphaAnimation = ObjectAnimator.ofFloat(displayedContent, ALPHA, 1f, 0f); in getCloseAnimation() 303 Animator alphaAnimation = ObjectAnimator.ofFloat(this, ALPHA, 0f, 1f); in animateOpen() 324 Animator contentAlphaAnimation = ObjectAnimator.ofFloat(displayedContent, ALPHA, 0f, 1f); in animateOpen()
|
D | TaskbarDividerPopupView.kt | 221 val alpha = getAnimatorOfFloat(this, ALPHA, *alphaValues) in <lambda>() 222 val arrowAlpha = getAnimatorOfFloat(mArrow, ALPHA, *alphaValues) in <lambda>()
|
/packages/apps/Contacts/src/com/android/contacts/lettertiles/ |
D | LetterTileDrawable.java | 68 private static final int ALPHA = 138; field in LetterTileDrawable 133 sPaint.setAlpha(ALPHA); in drawBitmap() 163 sPaint.setAlpha(ALPHA); in drawLetterTile()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EditorAnimator.java | 60 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f); in removeEditorView() 109 target, View.ALPHA, 0.0f, 1.0f); in slideAndFadeIn() 139 view, View.ALPHA, 0.0f, 1.0f); in showFieldFooter()
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/ |
D | TwoButtonMethod.java | 251 ObjectAnimator answerLabelHide = ObjectAnimator.ofFloat(answerLabel, View.ALPHA, 0f); in createViewHideAnimation() 253 ObjectAnimator declineLabelHide = ObjectAnimator.ofFloat(declineLabel, View.ALPHA, 0f); in createViewHideAnimation() 255 ObjectAnimator hintHide = ObjectAnimator.ofFloat(hintTextView, View.ALPHA, 0f); in createViewHideAnimation()
|
D | FlingUpDownMethod.java | 619 PropertyValuesHolder.ofFloat(View.ALPHA, 1f), in startSwipeToAnswerEntryAnimation() 766 Animator rejectTextShow = ObjectAnimator.ofFloat(swipeToRejectText, View.ALPHA, 1f); in createBreatheAnimation() 782 Animator rejectTextHide = ObjectAnimator.ofFloat(swipeToRejectText, View.ALPHA, 0f); in createBreatheAnimation() 910 ObjectAnimator objectAnimator = ObjectAnimator.ofFloat(target, View.ALPHA, targetAlpha); in createFadeAnimation() 987 PropertyValuesHolder.ofFloat(View.ALPHA, 1f), in startSwipeToAnswerHintAnimation() 1023 rejectHintHide = ObjectAnimator.ofFloat(swipeToRejectText, View.ALPHA, 0); in startSwipeToAnswerHintAnimation()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | IconAppChipView.java | 402 ObjectAnimator.ofFloat(mIconTextCollapsedView, ALPHA, 0), in revealAnim() 403 ObjectAnimator.ofFloat(mIconTextExpandedView, ALPHA, 1), in revealAnim() 426 ObjectAnimator.ofFloat(mIconTextCollapsedView, ALPHA, 1), in revealAnim() 427 ObjectAnimator.ofFloat(mIconTextExpandedView, ALPHA, 0), in revealAnim()
|
D | TaskMenuViewWithArrow.kt | 234 ObjectAnimator.ofFloat(it, View.ALPHA, 0f, scrimAlpha) in <lambda>() 243 ObjectAnimator.ofFloat(it, View.ALPHA, scrimAlpha, 0f) in <lambda>()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
D | Scroller.java | 65 private static float ALPHA = 800; // pixels / seconds field in Scroller 394 final double l = Math.log(START_TENSION * velocity / ALPHA); in fling() 404 (int) (ALPHA * Math.exp(DECELERATION_RATE / (DECELERATION_RATE - 1.0) * l)); in fling()
|
/packages/apps/Dialer/java/com/android/dialer/lettertile/ |
D | LetterTileDrawable.java | 84 private static final int ALPHA = 138; field in LetterTileDrawable 221 paint.setAlpha(ALPHA); in drawLetterTile() 241 drawable.setAlpha(drawable == defaultSpamAvatar ? SPAM_ALPHA : ALPHA); in drawLetterTile()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAnimUtils.java | 175 View.ALPHA instanceof FloatProperty ? (FloatProperty) View.ALPHA
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.kt | 449 val fadeOut: Animator = ObjectAnimator.ofFloat(mViewPager, View.ALPHA, 1f, 0f) in animateTimerRemove() 459 val fadeIn: Animator = ObjectAnimator.ofFloat(mViewPager, View.ALPHA, 0f, 1f) in animateTimerRemove() 518 val fadeOutAnimator: Animator = ObjectAnimator.ofFloat(mCurrentView, View.ALPHA, 0f) in animateToView() 549 val fadeInAnimator: Animator = ObjectAnimator.ofFloat(toView, View.ALPHA, 1f) in animateToView()
|
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | PropertyListBuilder.java | 44 mProperties.add(PropertyValuesHolder.ofFloat(View.ALPHA, value)); in alpha()
|
/packages/apps/Gallery2/jni/filters/ |
D | filters.h | 43 #define ALPHA (i+3) macro
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderAnimationManager.java | 19 import static android.view.View.ALPHA; 235 play(a, getAnimator(mFolder.mFooter, ALPHA, 0, 1f), footerStartDelay, footerAlphaDuration); in getAnimator() 271 play(a, getAnimator(mFolder.mFolderName, View.ALPHA, 0, 1), in getAnimator()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ItemAnimator.kt | 44 val removeAnimator: Animator? = ObjectAnimator.ofFloat(holder.itemView, View.ALPHA, 0f) in animateRemove() 69 val addAnimator: Animator = ObjectAnimator.ofFloat(holder.itemView, View.ALPHA, 1f) in animateAdd()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 591 ValueAnimator childFade = ObjectAnimator.ofFloat(childView, ALPHA, alphaValues); in fadeInChildViews() 662 Animator alpha = getAnimatorOfFloat(this, View.ALPHA, fadeDuration, fadeStartDelay, in getOpenCloseAnimator() 664 Animator arrowAlpha = getAnimatorOfFloat(mArrow, View.ALPHA, fadeDuration, fadeStartDelay, in getOpenCloseAnimator()
|