Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java821 if (shouldRecreateLayout(/*oldDp=*/ mDeviceProfile, /*newDp=*/ dp)) { in onDeviceProfileChanged()
847 private static boolean shouldRecreateLayout(DeviceProfile oldDp, DeviceProfile newDp) { in shouldRecreateLayout() method in WidgetsFullSheet