Home
last modified time | relevance | path

Searched refs:ofFloat (Results 1 – 25 of 32) sorted by relevance

12

/packages/apps/Nfc/src/com/android/nfc/
DSendUi.java204 PropertyValuesHolder preX = PropertyValuesHolder.ofFloat("scaleX", PRE_SCREENSHOT_SCALE); in SendUi()
205 PropertyValuesHolder preY = PropertyValuesHolder.ofFloat("scaleY", PRE_SCREENSHOT_SCALE); in SendUi()
211 PropertyValuesHolder postX = PropertyValuesHolder.ofFloat("scaleX", SEND_SCREENSHOT_SCALE); in SendUi()
212 PropertyValuesHolder postY = PropertyValuesHolder.ofFloat("scaleY", SEND_SCREENSHOT_SCALE); in SendUi()
213 PropertyValuesHolder alphaDown = PropertyValuesHolder.ofFloat("alpha", in SendUi()
226 … PropertyValuesHolder scaleUpX = PropertyValuesHolder.ofFloat("scaleX", SCALE_UP_SCREENSHOT_SCALE); in SendUi()
227 … PropertyValuesHolder scaleUpY = PropertyValuesHolder.ofFloat("scaleY", SCALE_UP_SCREENSHOT_SCALE); in SendUi()
234 PropertyValuesHolder fadeIn = PropertyValuesHolder.ofFloat("alpha", 1.0f); in SendUi()
241 PropertyValuesHolder alphaUp = PropertyValuesHolder.ofFloat("alpha", TEXT_HINT_ALPHA_RANGE); in SendUi()
328 PropertyValuesHolder postX = PropertyValuesHolder.ofFloat("scaleX", in showStartSend()
[all …]
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorAnimator.java58 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f); in removeEditorView()
100 final ObjectAnimator fadeOutAnimator = ObjectAnimator.ofFloat( in expandOrganization()
110 final ObjectAnimator fadeInAnimator = ObjectAnimator.ofFloat( in expandOrganization()
140 final ObjectAnimator fadeInAnimator = ObjectAnimator.ofFloat( in showAddFieldFooter()
161 ObjectAnimator.ofFloat(victim, View.ALPHA, 1.0f, 0.0f); in hideAddFieldFooter()
193 ObjectAnimator.ofFloat(child, View.TRANSLATION_Y, fromY, toY); in translateViews()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java257 ObjectAnimator.ofFloat(mSaverView, "alpha", 0f, 1f) in run()
262 Animator xMove = ObjectAnimator.ofFloat(mSaverView, in run()
264 Animator yMove = ObjectAnimator.ofFloat(mSaverView, in run()
267 Animator xShrink = ObjectAnimator.ofFloat(mSaverView, "scaleX", 1f, 0.85f); in run()
268 Animator xGrow = ObjectAnimator.ofFloat(mSaverView, "scaleX", 0.85f, 1f); in run()
270 Animator yShrink = ObjectAnimator.ofFloat(mSaverView, "scaleY", 1f, 0.85f); in run()
271 Animator yGrow = ObjectAnimator.ofFloat(mSaverView, "scaleY", 0.85f, 1f); in run()
275 Animator fadeout = ObjectAnimator.ofFloat(mSaverView, "alpha", 1f, 0f); in run()
276 Animator fadein = ObjectAnimator.ofFloat(mSaverView, "alpha", 0f, 1f); in run()
/packages/apps/Launcher2/src/com/android/launcher2/
DSearchDropTargetBar.java114 mDropTargetBarAnim = LauncherAnimUtils.ofFloat(mDropTargetBar, "translationY", in onFinishInflate()
116 mQSBSearchBarAnim = LauncherAnimUtils.ofFloat(mQSBSearchBar, "translationY", 0, in onFinishInflate()
120 mDropTargetBarAnim = LauncherAnimUtils.ofFloat(mDropTargetBar, "alpha", 0f, 1f); in onFinishInflate()
121 mQSBSearchBarAnim = LauncherAnimUtils.ofFloat(mQSBSearchBar, "alpha", 1f, 0f); in onFinishInflate()
DLauncherAnimUtils.java67 public static ValueAnimator ofFloat(float... values) { in ofFloat() method in LauncherAnimUtils
74 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat() method in LauncherAnimUtils
DAppWidgetResizeFrame.java448 ObjectAnimator leftOa = LauncherAnimUtils.ofFloat(mLeftHandle, "alpha", 1.0f); in snapToWidget()
449 ObjectAnimator rightOa = LauncherAnimUtils.ofFloat(mRightHandle, "alpha", 1.0f); in snapToWidget()
450 ObjectAnimator topOa = LauncherAnimUtils.ofFloat(mTopHandle, "alpha", 1.0f); in snapToWidget()
451 ObjectAnimator bottomOa = LauncherAnimUtils.ofFloat(mBottomHandle, "alpha", 1.0f); in snapToWidget()
DDragView.java83 mAnim = LauncherAnimUtils.ofFloat(0.0f, 1.0f); in DragView()
206 ValueAnimator va = LauncherAnimUtils.ofFloat(0f, 1f); in crossFade()
DInterruptibleInOutAnimator.java48 mAnimator = LauncherAnimUtils.ofFloat(fromValue, toValue).setDuration(duration); in InterruptibleInOutAnimator()
DFolder.java420 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", 1); in animateOpen()
421 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 1.0f); in animateOpen()
422 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in animateOpen()
478 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", 0); in animateClosed()
479 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 0.9f); in animateClosed()
480 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 0.9f); in animateClosed()
DAppsCustomizeTabHost.java265 ObjectAnimator outAnim = LauncherAnimUtils.ofFloat(mAnimationBuffer, "alpha", 0f); in onTabChanged()
278 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f); in onTabChanged()
DLauncher.java2198 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", 0); in growAndFadeOutFolderIcon()
2199 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 1.5f); in growAndFadeOutFolderIcon()
2200 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.5f); in growAndFadeOutFolderIcon()
2221 PropertyValuesHolder alpha = PropertyValuesHolder.ofFloat("alpha", 1.0f); in shrinkAndFadeInFolderIcon()
2222 PropertyValuesHolder scaleX = PropertyValuesHolder.ofFloat("scaleX", 1.0f); in shrinkAndFadeInFolderIcon()
2223 PropertyValuesHolder scaleY = PropertyValuesHolder.ofFloat("scaleY", 1.0f); in shrinkAndFadeInFolderIcon()
2517 .ofFloat(toView, "alpha", 0f, 1f) in showAppsCustomizeHelper()
2701 .ofFloat(fromView, "alpha", 1f, 0f) in hideAppsCustomizeHelper()
2905 mDividerAnimator.playTogether(LauncherAnimUtils.ofFloat(mQsbDivider, "alpha", 1f), in showDockDivider()
2906 LauncherAnimUtils.ofFloat(mDockDivider, "alpha", 1f)); in showDockDivider()
[all …]
DFolderIcon.java202 mAcceptAnimator = LauncherAnimUtils.ofFloat(0f, 1f); in animateToAcceptState()
231 mNeutralAnimator = LauncherAnimUtils.ofFloat(0f, 1f); in animateToNaturalState()
576 ValueAnimator va = LauncherAnimUtils.ofFloat(0f, 1.0f); in animateFirstItem()
/packages/apps/Contacts/src/com/android/contacts/widget/
DTransitionAnimationView.java79 mAnimator = ObjectAnimator.ofFloat(mMaskingView, View.ALPHA, 0.0f, 1.0f); in startMaskTransition()
83 mAnimator = ObjectAnimator.ofFloat(mMaskingView, View.ALPHA, 1.0f, 0.0f); in startMaskTransition()
/packages/apps/Browser/src/com/android/browser/
DPhoneUi.java316 ObjectAnimator title = ObjectAnimator.ofFloat(mAnimScreen.mTitle, "alpha", in showNavScreen()
318 ObjectAnimator sx = ObjectAnimator.ofFloat(mAnimScreen, "scaleFactor", in showNavScreen()
320 ObjectAnimator blend1 = ObjectAnimator.ofFloat(mAnimScreen.mMain, in showNavScreen()
402 ObjectAnimator fade2 = ObjectAnimator.ofFloat(mAnimScreen.mMain, "alpha", 0f, 1f); in hideNavScreen()
403 ObjectAnimator fade1 = ObjectAnimator.ofFloat(mNavScreen, "alpha", 1f, 0f); in hideNavScreen()
415 ObjectAnimator scale = ObjectAnimator.ofFloat(mAnimScreen, "scaleFactor", in hideNavScreen()
417 ObjectAnimator otheralpha = ObjectAnimator.ofFloat(mCustomViewContainer, "alpha", 1f, 0f); in hideNavScreen()
DNavigationBarTablet.java273 Animator anim1 = ObjectAnimator.ofFloat(mNavButtons, View.TRANSLATION_X, 0, - awidth); in hideNavButtons()
276 Animator anim3 = ObjectAnimator.ofFloat(mNavButtons, View.ALPHA, 1f, 0f); in hideNavButtons()
298 Animator anim1 = ObjectAnimator.ofFloat(mNavButtons, in showNavButtons()
302 Animator anim3 = ObjectAnimator.ofFloat(mNavButtons, View.ALPHA, in showNavButtons()
DNavTabScroller.java310 ObjectAnimator trans = ObjectAnimator.ofFloat(v, in animateOut()
312 ObjectAnimator alpha = ObjectAnimator.ofFloat(v, ALPHA, getAlpha(v,start), in animateOut()
494 ObjectAnimator trans = ObjectAnimator.ofFloat(child, in onPull()
498 ObjectAnimator rot = ObjectAnimator.ofFloat(child, in onPull()
DTabBar.java428 ObjectAnimator scalex = ObjectAnimator.ofFloat(tv, "scaleX", 1.0f, 0.0f); in animateTabOut()
429 ObjectAnimator scaley = ObjectAnimator.ofFloat(tv, "scaleY", 1.0f, 0.0f); in animateTabOut()
430 ObjectAnimator alpha = ObjectAnimator.ofFloat(tv, "alpha", 1.0f, 0.0f); in animateTabOut()
460 ObjectAnimator scalex = ObjectAnimator.ofFloat(tv, "scaleX", 0.0f, 1.0f); in animateTabIn()
DBrowserSnapshotPage.java220 ObjectAnimator.ofFloat(null, View.SCALE_X, 0f, 1f), in SnapshotAdapter()
221 ObjectAnimator.ofFloat(null, View.SCALE_Y, 0f, 1f)); in SnapshotAdapter()
DTitleBar.java192 mTitleBarAnimator = ObjectAnimator.ofFloat(this, in show()
209 mTitleBarAnimator = ObjectAnimator.ofFloat(this, in hide()
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
DTweener.java85 props.add(PropertyValuesHolder.ofFloat(key, in to()
92 props.add(PropertyValuesHolder.ofFloat(key, floatValue)); in to()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DTrimControllerOverlay.java52 ObjectAnimator anim = ObjectAnimator.ofFloat(mPlayPauseReplayView, "alpha", 1f, 0f); in showPlaying()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPhotoSelectionActivity.java419 ObjectAnimator anim = ObjectAnimator.ofFloat( in closePhotoAndFinish()
447 ObjectAnimator.ofFloat(mBackdrop, "alpha", 0, 0.5f).setDuration( in animateInBackground()
452 ObjectAnimator.ofFloat(mBackdrop, "alpha", 0f).setDuration( in animateAwayBackground()
/packages/apps/Browser/src/com/android/browser/view/
DPieMenu.java217 ValueAnimator anim = ValueAnimator.ofFloat(0, 1); in animateOpen()
487 ValueAnimator anim = ValueAnimator.ofFloat(0, 1); in animateOut()
508 ValueAnimator anim = ValueAnimator.ofFloat(0, 1); in animateIn()
/packages/apps/Camera/src/com/android/camera/
DCameraActivity.java142 mCameraSwitchAnimator = ObjectAnimator.ofFloat( in onCameraSelected()
196 mCameraSwitchAnimator = ObjectAnimator.ofFloat(
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java616 ObjectAnimator a = ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 1f, 0f);
625 ObjectAnimator b = ObjectAnimator.ofFloat(mNewTimerPage, View.SCALE_X, 0f, 1f);
653 ObjectAnimator a = ObjectAnimator.ofFloat(mNewTimerPage, View.SCALE_X, 1f, 0f);
663 ObjectAnimator.ofFloat(mTimersListPage, View.SCALE_X, 0f, 1f);
689 ObjectAnimator a = ObjectAnimator.ofFloat(t.mView, View.ALPHA, 1f, 0f);

12