Searched refs:ALPHA (Results 1 - 25 of 43) sorted by relevance

12

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DAddressListParserConstants.java23 int ALPHA = 11; field in interface:AddressListParserConstants
51 "<ALPHA>",
H A DAddressListParser.jj481 < #ALPHA: ["a" - "z", "A" - "Z"] >
483 | < #ATEXT: ( <ALPHA> | <DIGIT>
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DTransitionAnimationView.java82 mAnimator = ObjectAnimator.ofFloat(mMaskingView, View.ALPHA, 0.0f, 1.0f);
85 mAnimator = ObjectAnimator.ofFloat(mMaskingView, View.ALPHA, 1.0f, 0.0f);
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DMainRadioFragment.java73 ObjectAnimator.ofFloat(mMainDisplay, View.ALPHA, 1f, 0f);
83 ObjectAnimator.ofFloat(mMainDisplay, View.ALPHA, 0f, 1f);
H A DRadioPresetsFragment.java115 ObjectAnimator.ofFloat(mCurrentRadioCard, View.ALPHA, 0f);
134 ObjectAnimator.ofFloat(mPresetsList, View.ALPHA, 0f);
162 ObjectAnimator.ofFloat(mCurrentRadioCard, View.ALPHA, 1f);
181 ObjectAnimator.ofFloat(mPresetsList, View.ALPHA, 1f);
H A DRadioAnimationManager.java204 View.ALPHA, 1.f, 0.f);
386 View.ALPHA, 0.f, 1.f);
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DCollapsedAlarmViewHolder.java190 ObjectAnimator.ofFloat(alarmLabel, View.ALPHA, 0f),
191 ObjectAnimator.ofFloat(daysOfWeek, View.ALPHA, 0f),
192 ObjectAnimator.ofFloat(upcomingInstanceLabel, View.ALPHA, 0f),
193 ObjectAnimator.ofFloat(preemptiveDismissButton, View.ALPHA, 0f),
194 ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f));
211 ObjectAnimator.ofFloat(alarmLabel, View.ALPHA, 1f),
212 ObjectAnimator.ofFloat(daysOfWeek, View.ALPHA, 1f),
213 ObjectAnimator.ofFloat(upcomingInstanceLabel, View.ALPHA, 1f),
214 ObjectAnimator.ofFloat(preemptiveDismissButton, View.ALPHA, 1f),
215 ObjectAnimator.ofFloat(hairLine, View.ALPHA,
[all...]
H A DExpandedAlarmViewHolder.java277 ObjectAnimator.ofFloat(repeatDays, View.ALPHA, isExpansion ? 1f : 0f),
362 final Animator repeatAnimation = ObjectAnimator.ofFloat(repeat, View.ALPHA, 0f)
364 final Animator editLabelAnimation = ObjectAnimator.ofFloat(editLabel, View.ALPHA, 0f)
366 final Animator repeatDaysAnimation = ObjectAnimator.ofFloat(repeatDays, View.ALPHA, 0f)
368 final Animator vibrateAnimation = ObjectAnimator.ofFloat(vibrate, View.ALPHA, 0f)
370 final Animator ringtoneAnimation = ObjectAnimator.ofFloat(ringtone, View.ALPHA, 0f)
373 View.ALPHA, 0f).setDuration(shortDuration);
374 final Animator deleteAnimation = ObjectAnimator.ofFloat(delete, View.ALPHA, 0f)
376 final Animator hairLineAnimation = ObjectAnimator.ofFloat(hairLine, View.ALPHA, 0f)
434 final Animator repeatAnimation = ObjectAnimator.ofFloat(repeat, View.ALPHA,
[all...]
/packages/apps/Gallery2/jni/filters/
H A Dfilters.h43 #define ALPHA (i+3) macro
/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DPropertyListBuilder.java43 mProperties.add(PropertyValuesHolder.ofFloat(View.ALPHA, value));
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DFocusIndicatorHelper.java45 public static final Property<FocusIndicatorHelper, Float> ALPHA = field in class:FocusIndicatorHelper
165 PropertyValuesHolder.ofFloat(ALPHA, 1),
172 PropertyValuesHolder.ofFloat(ALPHA, 1));
181 PropertyValuesHolder.ofFloat(ALPHA, 0));
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java60 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f);
109 target, View.ALPHA, 0.0f, 1.0f);
139 view, View.ALPHA, 0.0f, 1.0f);
/packages/apps/Contacts/src/com/android/contacts/lettertiles/
H A DLetterTileDrawable.java68 private static final int ALPHA = 138; field in class:LetterTileDrawable
133 sPaint.setAlpha(ALPHA);
163 sPaint.setAlpha(ALPHA);
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DTwoButtonMethod.java253 ObjectAnimator answerLabelHide = ObjectAnimator.ofFloat(answerLabel, View.ALPHA, 0f);
255 ObjectAnimator declineLabelHide = ObjectAnimator.ofFloat(declineLabel, View.ALPHA, 0f);
257 ObjectAnimator hintHide = ObjectAnimator.ofFloat(hintTextView, View.ALPHA, 0f);
H A DFlingUpDownMethod.java611 PropertyValuesHolder.ofFloat(View.ALPHA, 1f),
758 Animator rejectTextShow = ObjectAnimator.ofFloat(swipeToRejectText, View.ALPHA, 1f);
774 Animator rejectTextHide = ObjectAnimator.ofFloat(swipeToRejectText, View.ALPHA, 0f);
902 ObjectAnimator objectAnimator = ObjectAnimator.ofFloat(target, View.ALPHA, targetAlpha);
979 PropertyValuesHolder.ofFloat(View.ALPHA, 1f),
1015 rejectHintHide = ObjectAnimator.ofFloat(swipeToRejectText, View.ALPHA, 0);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java35 ALPHA, enum constant in enum:LauncherViewPropertyAnimator.Properties
214 if (mPropertiesToSet.contains(Properties.ALPHA)) {
262 mPropertiesToSet.add(Properties.ALPHA);
/packages/apps/Messaging/jni/
H A DGifTranscoder.cpp32 #define ALPHA(color) (((color) >> 24) & 0xff) macro
448 char avgAlpha = (char)(((int) ALPHA(c1) + (int) ALPHA(c2) +
449 (int) ALPHA(c3) + (int) ALPHA(c4)) / 4);
462 char alpha = ALPHA(targetColor);
/packages/apps/Dialer/java/com/android/contacts/common/lettertiles/
H A DLetterTileDrawable.java83 private static final int ALPHA = 138; field in class:LetterTileDrawable
221 mPaint.setAlpha(ALPHA);
241 drawable.setAlpha(drawable == mDefaultSpamAvatar ? SPAM_ALPHA : ALPHA);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java65 private static float ALPHA = 800; // pixels / seconds field in class:Scroller
394 final double l = Math.log(START_TENSION * velocity / ALPHA);
404 (int) (ALPHA * Math.exp(DECELERATION_RATE / (DECELERATION_RATE - 1.0) * l));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAnimUtils.java114 PropertyValuesHolder.ofFloat(View.ALPHA, alpha),
H A DWorkspaceStateTransitionAnimation.java339 cl.getShortcutsAndWidgets(), View.ALPHA, finalAlpha);
366 overviewPanel, View.ALPHA, finalOverviewPanelAlpha);
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
H A DSetupAnimationHelper.java231 ObjectAnimator.ofFloat(view, View.ALPHA, 1.0f, 0.0f).setDuration(duration);
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java55 import static android.view.View.ALPHA;
553 final Animator fadeOut = ObjectAnimator.ofFloat(mViewPager, ALPHA, 1, 0);
564 final Animator fadeIn = ObjectAnimator.ofFloat(mViewPager, ALPHA, 0, 1);
621 final Animator fadeOutAnimator = ObjectAnimator.ofFloat(mCurrentView, ALPHA, 0f);
655 final Animator fadeInAnimator = ObjectAnimator.ofFloat(toView, ALPHA, 1f);
/packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
H A DHvacPanelController.java337 = ObjectAnimator.ofFloat(mHvacFanControlBackground, View.ALPHA, 1, 0)
343 = ObjectAnimator.ofFloat(mContainer, View.ALPHA, 1, 0);
372 = ObjectAnimator.ofFloat(mHvacFanControlBackground, View.ALPHA, 0, 1)
/packages/apps/DeskClock/src/com/android/deskclock/
H A DItemAnimator.java53 final Animator removeAnimator = ObjectAnimator.ofFloat(holder.itemView, View.ALPHA, 0f);
81 final Animator addAnimator = ObjectAnimator.ofFloat(holder.itemView, View.ALPHA, 1f)

Completed in 2127 milliseconds

12