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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java42 public class InvariantDeviceProfile { class
97 public InvariantDeviceProfile() { method in class:InvariantDeviceProfile
100 public InvariantDeviceProfile(InvariantDeviceProfile p) { method in class:InvariantDeviceProfile
107 InvariantDeviceProfile(String n, float w, float h, int r, int c, int fr, int fc, int maapc, method in class:InvariantDeviceProfile
127 InvariantDeviceProfile(Context context) { method in class:InvariantDeviceProfile
141 ArrayList<InvariantDeviceProfile> closestProfiles = findClosestDeviceProfiles(
143 InvariantDeviceProfile interpolatedDeviceProfileOut =
146 InvariantDeviceProfile closestProfile = closestProfiles.get(0);
190 ArrayList<InvariantDeviceProfile> getPredefinedDeviceProfile
[all...]

Completed in 56 milliseconds