D | DeviceProfile.java | 47 DeviceProfile profile; 53 DeviceProfileQuery(DeviceProfile p, float v) { in DeviceProfileQuery() 62 public class DeviceProfile { class 64 public void onAvailableSizeChanged(DeviceProfile grid); in onAvailableSizeChanged() 136 DeviceProfile(String n, float w, float h, float r, float c, in DeviceProfile() method in DeviceProfile 155 DeviceProfile() { in DeviceProfile() method in DeviceProfile 158 DeviceProfile(Context context, in DeviceProfile() method in DeviceProfile 159 ArrayList<DeviceProfile> profiles, in DeviceProfile() 197 for (DeviceProfile p : profiles) { in DeviceProfile() 200 DeviceProfile closestProfile = findClosestDeviceProfile(minWidth, minHeight, points); in DeviceProfile() [all …]
|