OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dpWidth
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java
106
float
dpWidth
= mMetrics.widthPixels / mMetrics.density;
109
assertTrue("Width must be >= 750dp, found: " +
dpWidth
,
dpWidth
>= 750);
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java
[
all
...]
Completed in 242 milliseconds