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/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java
70
public static final String
SCREEN_SIZE
= "screenSize";
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
46
public static final String
SCREEN_SIZE
= "
screen_size
";
DeviceInfoInstrument.java
98
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
96
serializer.attribute(ns, DeviceInfoConstants.
SCREEN_SIZE
,
97
getMetric(metricsCopy, DeviceInfoConstants.
SCREEN_SIZE
));
362
DeviceInfoConstants.BUILD_ABIS_64, DeviceInfoConstants.
SCREEN_SIZE
);
Completed in 56 milliseconds