Searched refs:windowHeightPx (Results 1 – 3 of 3) sorted by relevance
214 public int windowHeightPx; field in PageMeasurementHelper.PageDimensions226 windowHeightPx = windowHeight; in PageDimensions()239 + " windowHeightPx: %d".formatted(windowHeightPx) in toString()
120 int windowHeightPx = -1; in analyzeWindowData() local128 || windowHeightPx != rootNode.getHeight(); in analyzeWindowData()131 windowHeightPx = rootNode.getHeight(); in analyzeWindowData()
84 : (float) gridDimens.gridHeightPx / pageDimens.windowHeightPx; in onDimensionsUpdated()