Lines Matching full:deviceprofile
54 class DeviceProfile {
99 DeviceProfile(String n, float w, float h, float r, float c,
117 DeviceProfile(Context context,
118 ArrayList<DeviceProfile> profiles,
139 for (DeviceProfile p : profiles) {
145 for (DeviceProfile p : profiles) {
151 for (DeviceProfile p : profiles) {
159 for (DeviceProfile p : profiles) {
167 for (DeviceProfile p : profiles) {
173 for (DeviceProfile p : profiles) {
485 private DeviceProfile mProfile;
507 ArrayList<DeviceProfile> deviceProfiles =
508 new ArrayList<DeviceProfile>();
511 deviceProfiles.add(new DeviceProfile("Super Short Stubby",
513 deviceProfiles.add(new DeviceProfile("Shorter Stubby",
515 deviceProfiles.add(new DeviceProfile("Short Stubby",
517 deviceProfiles.add(new DeviceProfile("Stubby",
519 deviceProfiles.add(new DeviceProfile("Nexus S",
521 deviceProfiles.add(new DeviceProfile("Nexus 4",
525 deviceProfiles.add(new DeviceProfile("Nexus 7",
528 deviceProfiles.add(new DeviceProfile("Nexus 10",
531 deviceProfiles.add(new DeviceProfile("Nexus 7",
533 deviceProfiles.add(new DeviceProfile("Nexus 10",
536 deviceProfiles.add(new DeviceProfile("20-inch Tablet",
540 mProfile = new DeviceProfile(context, deviceProfiles,
547 DeviceProfile getDeviceProfile() {