Searched defs:DeviceProfile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDeviceProfile.java59 public class DeviceProfile { class
61 public void onAvailableSizeChanged(DeviceProfile grid);
129 DeviceProfile(String n, float w, float h, float r, float c, method in class:DeviceProfile
147 DeviceProfile(Context context, method in class:DeviceProfile
148 ArrayList<DeviceProfile> profiles,
186 for (DeviceProfile p : profiles) {
192 for (DeviceProfile p : profiles) {
198 for (DeviceProfile p : profiles) {
206 for (DeviceProfile p : profiles) {
215 for (DeviceProfile
[all...]

Completed in 110 milliseconds