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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
Layout.java 132 HardwareConfig hwConfig = getParams().getHardwareConfig();
133 Density density = hwConfig.getDensity();
386 HardwareConfig hwConfig = mParams.getHardwareConfig();
389 if (hwConfig.getOrientation() == ScreenOrientation.LANDSCAPE) {
390 int shortSize = hwConfig.getScreenHeight();
392 hwConfig.getDensity().getDpiValue();
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger_hwc1.cpp 606 const HWComposer::DisplayConfig& hwConfig = hwConfigs[c];
609 float xdpi = hwConfig.xdpi;
610 float ydpi = hwConfig.ydpi;
638 info.w = hwConfig.width;
639 info.h = hwConfig.height;
642 info.fps = float(1e9 / hwConfig.refresh);
658 hwConfig.refresh - SF_VSYNC_EVENT_PHASE_OFFSET_NS + 1000000;
754 for (const HWComposer::DisplayConfig& hwConfig : getHwComposer().getConfigs(type)) {
755 colorModes.insert(hwConfig.colorMode);
    [all...]

Completed in 79 milliseconds