Searched refs:getDensityDpi (Results 1 – 4 of 4) sorted by relevance
104 whenever(info.getDensityDpi()).thenReturn(420) in newDP()194 whenever(info.getDensityDpi()).thenReturn(320) in initializeVarsForTablet()287 whenever(info.getDensityDpi()).thenReturn(420) in initializeVarsForTwoPanel()
474 dpiFromPx(Math.min(displayWidth, displayHeight), displayInfo.getDensityDpi()) in initGrid()820 float width = dpiFromPx(minWidthPx, displayInfo.getDensityDpi()); in invDistWeightedInterpolate()821 float height = dpiFromPx(minHeightPx, displayInfo.getDensityDpi()); in invDistWeightedInterpolate()
2448 config.densityDpi = info.getDensityDpi();
648 public int getDensityDpi() { in getDensityDpi() method in DisplayController.Info