OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCREEN_SIZE
(Results
1 - 5
of
5
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
43
public static final String
SCREEN_SIZE
= "
screen_size
";
DeviceInfoInstrument.java
90
addResult(
SCREEN_SIZE
, screenSize);
/external/qemu-pc-bios/vgabios/
vgabios.h
43
#define
SCREEN_SIZE
(x,y) (((x*y*2)|0x00ff)+1)
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
87
serializer.attribute(ns, DeviceInfoConstants.
SCREEN_SIZE
,
88
getMetric(metricsCopy, DeviceInfoConstants.
SCREEN_SIZE
));
346
DeviceInfoConstants.
SCREEN_SIZE
);
TestPackageResult.java
241
DeviceInfoConstants.
SCREEN_SIZE
);
Completed in 59 milliseconds