OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scaledDensity
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/platform/android/
tcuAndroidUtil.hpp
61
float
scaledDensity
;
72
,
scaledDensity
(0.0f)
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowDisplay.java
55
private Float
scaledDensity
;
60
* If {@link #setScaledDensity(float)} has been called, {@link DisplayMetrics#
scaledDensity
} will
71
outMetrics.
scaledDensity
=
scaledDensity
;
78
if (
scaledDensity
!= null) {
79
outMetrics.
scaledDensity
=
scaledDensity
;
85
* If {@link #setScaledDensity(float)} has been called, {@link DisplayMetrics#
scaledDensity
} will
99
if (
scaledDensity
!= null) {
100
outMetrics.
scaledDensity
= scaledDensity
[
all
...]
Completed in 1261 milliseconds