Home
last modified time | relevance | path

Searched refs:ALPHA (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Messaging/jni/
DGifTranscoder.cpp32 #define ALPHA(color) (((color) >> 24) & 0xff) macro
438 char avgAlpha = (char)(((int) ALPHA(c1) + (int) ALPHA(c2) + in computeAverage()
439 (int) ALPHA(c3) + (int) ALPHA(c4)) / 4); in computeAverage()
452 char alpha = ALPHA(targetColor); in findBestColor()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusIndicatorView.java121 PropertyValuesHolder.ofFloat(View.ALPHA, 1), in onFocusChange()
129 PropertyValuesHolder.ofFloat(View.ALPHA, 1)); in onFocusChange()
137 PropertyValuesHolder.ofFloat(View.ALPHA, 0)); in onFocusChange()
DLauncherViewPropertyAnimator.java36 ALPHA, enumConstant
215 if (mPropertiesToSet.contains(Properties.ALPHA)) { in start()
266 mPropertiesToSet.add(Properties.ALPHA); in alpha()
DSearchDropTargetBar.java199 ObjectAnimator anim = ObjectAnimator.ofFloat(v, View.ALPHA, alpha); in animateAlpha()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherViewPropertyAnimator.java35 ALPHA, enumConstant
214 if (mPropertiesToSet.contains(Properties.ALPHA)) { in start()
262 mPropertiesToSet.add(Properties.ALPHA); in alpha()
/packages/apps/Contacts/src/com/android/contacts/widget/
DTransitionAnimationView.java82 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/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java59 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f); in removeEditorView()
108 target, View.ALPHA, 0.0f, 1.0f); in slideAndFadeIn()
138 view, View.ALPHA, 0.0f, 1.0f); in showFieldFooter()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DScroller.java65 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/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
DAddressListParserConstants.java23 int ALPHA = 11; field
DAddressListParser.jj481 < #ALPHA: ["a" - "z", "A" - "Z"] >
483 | < #ATEXT: ( <ALPHA> | <DIGIT>
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
DAddressListParserConstants.java23 int ALPHA = 11; field
DAddressListParser.jj481 < #ALPHA: ["a" - "z", "A" - "Z"] >
483 | < #ATEXT: ( <ALPHA> | <DIGIT>
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java50 import static android.view.View.ALPHA;
455 final Animator fadeOut = ObjectAnimator.ofFloat(mViewPager, ALPHA, 1, 0); in animateTimerRemove()
466 final Animator fadeIn = ObjectAnimator.ofFloat(mViewPager, ALPHA, 0, 1); in animateTimerRemove()
/packages/apps/Gallery2/jni/filters/
Dfilters.h43 #define ALPHA i+3 macro
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DSetupAnimationHelper.java228 ObjectAnimator.ofFloat(view, View.ALPHA, 1.0f, 0.0f).setDuration(duration); in createFadeOutAnimator()
/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java763 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.ALPHA, from, to); in createAlphaAnimator()
771 ObjectAnimator animator = ObjectAnimator.ofFloat(view, View.ALPHA, from, to); in createAlphaAnimator()
774 mPropertyValuesAfterAnimation.add(new ViewPropertyValueHolder(View.ALPHA, view, end)); in createAlphaAnimator()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java547 ObjectAnimator.ofFloat(mHintView, View.ALPHA, 0.0f, 1.0f).start(); in getAlarmBounceAnimator()
599 final ValueAnimator fadeAnimator = ObjectAnimator.ofFloat(revealView, View.ALPHA, 0.0f); in getAlertAnimator()
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java358 PropertyValuesHolder.ofFloat(View.ALPHA, 1f, 0f),
386 PropertyValuesHolder.ofFloat(View.ALPHA, 0f, 1f),
DProgramGuide.java779 PropertyValuesHolder.ofFloat(View.ALPHA, outDetail.getAlpha(), 0f), in animateRowChange()
835 PropertyValuesHolder.ofFloat(View.ALPHA, 0f, 1f), in animateRowChange()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java266 mHidePreviewAnimation = ObjectAnimator.ofFloat(mPreviewTextView, View.ALPHA, 0f); in hidePreview()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java347 final Animator alphaAnimator = ObjectAnimator.ofFloat(revealView, View.ALPHA, 0.0f); in reveal()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java711 final Animator alphaAnimator = ObjectAnimator.ofFloat(revealView, View.ALPHA, 0.0f); in reveal()
/packages/apps/Browser2/test/webexposed/
Dglobal-interface-listing-expected.txt4843 attribute ALPHA