HomeSort by relevance Sort by last modified time
    Searched defs:DeviceDisplayInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/android/
device_display_info.h 18 class GFX_EXPORT DeviceDisplayInfo {
20 DeviceDisplayInfo();
21 ~DeviceDisplayInfo();
60 DISALLOW_COPY_AND_ASSIGN(DeviceDisplayInfo);
device_display_info.cc 12 DeviceDisplayInfo::DeviceDisplayInfo() {
15 DeviceDisplayInfo::~DeviceDisplayInfo() {
18 int DeviceDisplayInfo::GetDisplayHeight() {
22 int DeviceDisplayInfo::GetDisplayWidth() {
26 int DeviceDisplayInfo::GetPhysicalDisplayHeight() {
30 int DeviceDisplayInfo::GetPhysicalDisplayWidth() {
34 int DeviceDisplayInfo::GetBitsPerPixel() {
38 int DeviceDisplayInfo::GetBitsPerComponent()
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
DeviceDisplayInfo.java 27 public class DeviceDisplayInfo {
34 private DeviceDisplayInfo(Context context) {
183 * the DeviceDisplayInfo values.
198 * Creates DeviceDisplayInfo for a given Context.
201 * @return DeviceDisplayInfo associated with a given Context.
204 public static DeviceDisplayInfo create(Context context) {
205 return new DeviceDisplayInfo(context);

Completed in 241 milliseconds