Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java63 public static interface DeviceProfileCallbacks { interface in DeviceProfile
134 private ArrayList<DeviceProfileCallbacks> mCallbacks = new ArrayList<DeviceProfileCallbacks>();
291 void addCallback(DeviceProfileCallbacks cb) { in addCallback()
295 void removeCallback(DeviceProfileCallbacks cb) { in removeCallback()
360 for (DeviceProfileCallbacks cb : mCallbacks) { in updateAvailableDimensions()
DLauncherAppState.java42 public class LauncherAppState implements DeviceProfile.DeviceProfileCallbacks {