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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java41 public class InvariantDeviceProfile { class
95 public InvariantDeviceProfile() { method in class:InvariantDeviceProfile
98 public InvariantDeviceProfile(InvariantDeviceProfile p) { method in class:InvariantDeviceProfile
105 InvariantDeviceProfile(String n, float w, float h, int r, int c, int fr, int fc, int maapc, method in class:InvariantDeviceProfile
123 InvariantDeviceProfile(Context context) { method in class:InvariantDeviceProfile
137 ArrayList<InvariantDeviceProfile> closestProfiles = findClosestDeviceProfiles(
139 InvariantDeviceProfile interpolatedDeviceProfileOut =
142 InvariantDeviceProfile closestProfile = closestProfiles.get(0);
184 ArrayList<InvariantDeviceProfile> getPredefinedDeviceProfile
[all...]

Completed in 37 milliseconds