OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portraitheight
(Results
1 - 1
of
1
) sorted by null
/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 496 milliseconds