Searched refs:heightFraction (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | ActivityInfo.java | 904 + 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
|
D | PackageParser.java | 3706 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/ |
D | ActivatableNotificationView.java | 795 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/ |
D | LaunchingTaskPositioner.java | 165 if (windowLayout.heightFraction > 0) { in getFinalHeight() 166 height = (int) (mAvailableRect.height() * windowLayout.heightFraction); in getFinalHeight()
|
/frameworks/base/api/ |
D | test-current.txt | 9353 field public final float heightFraction;
|
D | current.txt | 9344 field public final float heightFraction;
|
D | system-current.txt | 9695 field public final float heightFraction;
|