Home
last modified time | relevance | path

Searched refs:heightFraction (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DActivityInfo.java904 + windowLayout.heightFraction + ", " + windowLayout.gravity); in dump()
945 dest.writeFloat(windowLayout.heightFraction); in writeToParcel()
1004 … public WindowLayout(int width, float widthFraction, int height, float heightFraction, int gravity, in WindowLayout() argument
1009 this.heightFraction = heightFraction; in WindowLayout()
1019 heightFraction = source.readFloat(); in WindowLayout()
1053 public final float heightFraction; field in ActivityInfo.WindowLayout
DPackageParser.java3706 float heightFraction = -1f; in parseLayout() local
3721 heightFraction = sw.getFraction( in parseLayout()
3740 height, heightFraction, gravity, minWidth, minHeight); in parseLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java795 float heightFraction = (inverseFraction - (1.0f - VERTICAL_ANIMATION_START)) / in updateAppearRect() local
797 heightFraction = Math.max(0.0f, heightFraction); in updateAppearRect()
798 heightFraction = mCurrentAppearInterpolator.getInterpolation(heightFraction); in updateAppearRect()
804 bottom = actualHeight - heightFraction * mAnimationTranslationY * 0.1f in updateAppearRect()
806 top = bottom * heightFraction; in updateAppearRect()
808 top = heightFraction * (actualHeight + mAnimationTranslationY) * 0.1f - in updateAppearRect()
810 bottom = actualHeight * (1 - heightFraction) + top * heightFraction; in updateAppearRect()
/frameworks/base/services/core/java/com/android/server/am/
DLaunchingTaskPositioner.java165 if (windowLayout.heightFraction > 0) { in getFinalHeight()
166 height = (int) (mAvailableRect.height() * windowLayout.heightFraction); in getFinalHeight()
/frameworks/base/api/
Dtest-current.txt9353 field public final float heightFraction;
Dcurrent.txt9344 field public final float heightFraction;
Dsystem-current.txt9695 field public final float heightFraction;