Searched refs:newDp (Results 1 – 1 of 1) sorted by relevance
847 private static boolean shouldRecreateLayout(DeviceProfile oldDp, DeviceProfile newDp) { in shouldRecreateLayout() argument851 oldDp.isTwoPanels != newDp.isTwoPanels && enableUnfoldedTwoPanePicker(); in shouldRecreateLayout()856 (!enableCategorizedWidgetSuggestions() && (newDp.isTablet && !newDp.isTwoPanels in shouldRecreateLayout()857 && oldDp.isLandscape != newDp.isLandscape)); in shouldRecreateLayout()