Searched refs:screenInches (Results 1 – 2 of 2) sorted by relevance
108 double screenInches = getScreenSizeInInches(); in isHandheldOrTabletDevice() local109 return deviceHasBattery() && screenInches >= 2.5 && screenInches <= 18.0; in isHandheldOrTabletDevice()
1351 double screenInches = getScreenSizeInInches(); in isHandheldDevice() local1352 return deviceHasBattery() && screenInches >= 2.5 && screenInches <= 8.0; in isHandheldDevice()