Initial changes to restore clings.

Change-Id: Ie23e6e9f39679e8d35955a4a7db804d03f8b4d3f
This commit is contained in:
Winson Chung
2013-09-18 18:26:31 -07:00
parent 477828cc83
commit af40f205d7
61 changed files with 596 additions and 375 deletions

View File

@@ -328,10 +328,12 @@ class DeviceProfile {
return height / countY;
}
boolean isPhone() {
return !isTablet && !isLargeTablet;
}
boolean isTablet() {
return isTablet;
}
boolean isLargeTablet() {
return isLargeTablet;
}