HomeSort by relevance Sort by last modified time
    Searched refs:heightFraction (Results 1 - 6 of 6) 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...]
  /frameworks/base/services/core/java/com/android/server/am/
LaunchingTaskPositioner.java 165 if (windowLayout.heightFraction > 0) {
166 height = (int) (mAvailableRect.height() * windowLayout.heightFraction);
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 172 milliseconds