Searched refs:getDensityDpi (Results 1 – 5 of 5) sorted by relevance
103 whenever(info.getDensityDpi()).thenReturn(420) in newDP()185 whenever(info.getDensityDpi()).thenReturn(320) in initializeVarsForTablet()270 whenever(info.getDensityDpi()).thenReturn(420) in initializeVarsForTwoPanel()
264 DisplayController.INSTANCE.get(mContext).getInfo().getDensityDpi(), in getIconFactory()
464 dpiFromPx(Math.min(displayWidth, displayHeight), displayInfo.getDensityDpi()) in initGrid()727 float width = dpiFromPx(minWidthPx, displayInfo.getDensityDpi()); in invDistWeightedInterpolate()728 float height = dpiFromPx(minHeightPx, displayInfo.getDensityDpi()); in invDistWeightedInterpolate()
2279 config.densityDpi = info.getDensityDpi();
517 public int getDensityDpi() { in getDensityDpi() method in DisplayController.Info