Home
last modified time | relevance | path

Searched refs:getDensityDpi (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DFakeInvariantDeviceProfileTest.kt103 whenever(info.getDensityDpi()).thenReturn(420) in newDP()
185 whenever(info.getDensityDpi()).thenReturn(320) in initializeVarsForTablet()
270 whenever(info.getDensityDpi()).thenReturn(420) in initializeVarsForTwoPanel()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskIconCache.java264 DisplayController.INSTANCE.get(mContext).getInfo().getDensityDpi(), in getIconFactory()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java464 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()
DDeviceProfile.java2279 config.densityDpi = info.getDensityDpi();
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDisplayController.java517 public int getDensityDpi() { in getDensityDpi() method in DisplayController.Info