HomeSort by relevance Sort by last modified time
    Searched refs:portraitHeight (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/resolvers/
ResolutionFileResolver.java 33 * <li>{@code portraitHeight = 1080}</li>
56 public final int portraitHeight;
63 * @param portraitHeight This resolution's height.
65 public Resolution (int portraitWidth, int portraitHeight, String folder) {
67 this.portraitHeight = portraitHeight;
110 if (w >= other.portraitWidth && other.portraitWidth >= best.portraitWidth && h >= other.portraitHeight
111 && other.portraitHeight >= best.portraitHeight) best = descriptors[i];
116 if (w >= other.portraitHeight && other.portraitHeight >= best.portraitHeight && h >= other.portraitWidth
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/assets/loaders/resolvers/
ResolutionFileResolver.java 27 public final int portraitHeight;
30 public Resolution (int portraitWidth, int portraitHeight, String folder) {
32 this.portraitHeight = portraitHeight;
  /packages/apps/Launcher3/tests/src/com/android/launcher3/
InvariantDeviceProfileTest.java 130 int portraitHeight = (int) Utilities.dpiFromPx(portraitBounds.height(),
136 assertEquals(8 + 48 + 24, portraitHeight);
138 assertEquals(8 + 48 + 12, portraitHeight);
149 assertEquals(portraitHeight, landscapeHeight);
164 int portraitHeight = (int) Utilities.dpiFromPx(portraitBounds.height(),
170 // This fails on some devices due to http://b/26884580 (portraitHeight is 101, not 100).
171 assertEquals(4 + 94 + 2, portraitHeight);
173 assertEquals(8 + 94 + 24, portraitHeight);
184 assertEquals(portraitHeight, landscapeHeight);

Completed in 364 milliseconds