HomeSort by relevance Sort by last modified time
    Searched defs:heightFraction (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java     [all...]
PackageParser.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 798 float heightFraction = (inverseFraction - (1.0f - VERTICAL_ANIMATION_START)) /
800 heightFraction = Math.max(0.0f, heightFraction);
801 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction);
807 bottom = actualHeight - heightFraction * mAnimationTranslationY * 0.1f
809 top = bottom * heightFraction;
811 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f -
813 bottom = actualHeight * (1 - heightFraction) + top * heightFraction;
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 225 milliseconds