Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java847 private static boolean shouldRecreateLayout(DeviceProfile oldDp, DeviceProfile newDp) { in shouldRecreateLayout() argument
851 oldDp.isTwoPanels != newDp.isTwoPanels && enableUnfoldedTwoPanePicker(); in shouldRecreateLayout()
857 && oldDp.isLandscape != newDp.isLandscape)); in shouldRecreateLayout()