HomeSort by relevance Sort by last modified time
    Searched refs:SCREEN_SIZE (Results 1 - 6 of 6) 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)
  /frameworks/base/tools/split-select/
Rule.h 55 SCREEN_SIZE,
  /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 324 milliseconds