Searched defs:heightFraction (Results 1 – 5 of 5) sorted by relevance
1372 … public WindowLayout(int width, float widthFraction, int height, float heightFraction, int gravity, in WindowLayout()1421 public final float heightFraction; field in ActivityInfo.WindowLayout
4855 float heightFraction = -1f; in parseLayout() local
279 final float heightFraction = (float) (tmpBounds.top - movementBounds.top) / in getSnapFraction() local
868 float heightFraction = (inverseFraction - (1.0f - VERTICAL_ANIMATION_START)) / in updateAppearRect() local
1304 private WindowLayoutBuilder setHeightFraction(float heightFraction) { in setHeightFraction()