Home
last modified time | relevance | path

Searched refs:oldHeight (Results 1 – 3 of 3) sorted by relevance

/external/setupdesign/main/src/com/google/android/setupdesign/util/
DContentStyler.java126 int oldHeight = lp.height; in applyInfoPartnerCustomizationStyle() local
131 lp.width = lp.width * (lp.height / oldHeight); in applyInfoPartnerCustomizationStyle()
/external/deqp/modules/egl/
DteglResizeTests.cpp278 const int oldHeight = oldSurface.getHeight(); in compareCorners() local
282 const int minHeight = de::min(oldHeight, newHeight); in compareCorners()
291 const int oldY = yCorner == 0 ? 0 : oldHeight - minHeight; in compareCorners()
/external/perfetto/ui/src/frontend/
Dpanel_container.ts287 const oldHeight = this.parentHeight; constant
295 return this.parentHeight !== oldHeight || this.parentWidth !== oldWidth;