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

  /frameworks/base/core/java/android/hardware/display/
DisplayViewport.java 53 public int deviceHeight;
62 deviceHeight = viewport.deviceHeight;
74 + ", deviceHeight=" + deviceHeight
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValues.cpp 60 int deviceHeight = static_cast<int>(screenRect(frame->view()).height());
62 deviceHeight = lroundf(deviceHeight * frame->host()->deviceScaleFactor());
63 return deviceHeight;
MediaValuesCached.cpp 53 m_data.deviceHeight = calculateDeviceHeight(frame);
109 int MediaValuesCached::deviceHeight() const
111 return m_data.deviceHeight;
MediaValuesCached.h 19 int deviceHeight;
36 , deviceHeight(0)
63 virtual int deviceHeight() const OVERRIDE;
MediaValuesDynamic.cpp 80 int MediaValuesDynamic::deviceHeight() const
  /frameworks/native/services/inputflinger/
InputReader.h 67 int32_t deviceHeight;
73 deviceWidth(0), deviceHeight(0) {
88 && deviceHeight == other.deviceHeight;
111 deviceHeight = height;
    [all...]

Completed in 215 milliseconds