Searched refs:heightFraction (Results 1 – 10 of 10) sorted by relevance
50 private var heightFraction = 0f in <lambda>() variable106 ValueAnimator.ofFloat(heightFraction, if (animate) 1f else 0f).apply { in <lambda>()116 heightFraction = it.animatedValue as Float in <lambda>()166 sign * heightFraction * lineAmplitude * coeff in <lambda>()168 sign * heightFraction * lineAmplitude in <lambda>()217 canvas.drawPoint(0f, startAmp * lineAmplitude * heightFraction, wavePaint) in <lambda>()
63 final float heightFraction = (float) (tmpBounds.top - movementBounds.top) in getSnapFraction() local68 return 1f + heightFraction; in getSnapFraction()72 return 3f + (1f - heightFraction); in getSnapFraction()
2092 + windowLayout.heightFraction + ", " + windowLayout.gravity);2310 public WindowLayout(int width, float widthFraction, int height, float heightFraction,2312 this(width, widthFraction, height, heightFraction, gravity, minWidth, minHeight,2317 public WindowLayout(int width, float widthFraction, int height, float heightFraction,2322 this.heightFraction = heightFraction;2334 heightFraction = source.readFloat();2369 public final float heightFraction;2418 return width >= 0 || height >= 0 || widthFraction >= 0 || heightFraction >= 0;2426 dest.writeFloat(heightFraction);
4798 float heightFraction = -1f;4813 heightFraction = sw.getFraction(4832 height, heightFraction, gravity, minWidth, minHeight);
231 } else if (windowLayout.heightFraction > 0 && windowLayout.heightFraction < 1.0f) { in calculateLayoutBounds()232 height = (int) (defaultHeight * windowLayout.heightFraction); in calculateLayoutBounds()
181 WindowLayoutBuilder setHeightFraction(float heightFraction) { in setHeightFraction() argument182 mHeightFraction = heightFraction; in setHeightFraction()
72 ActivityInfo.WindowLayout::heightFraction, in <lambda>()
581 float heightFraction = -1f; in parseActivityWindowLayout() local592 heightFraction = sw.getFraction(R.styleable.AndroidManifestLayout_defaultHeight, 1, in parseActivityWindowLayout()606 widthFraction, height, heightFraction, gravity, minWidth, minHeight, in parseActivityWindowLayout()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
12132 field public final float heightFraction;