Searched refs:TALL_DEVICE_ASPECT_RATIO_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
92 private static final float TALL_DEVICE_ASPECT_RATIO_THRESHOLD = 2.0f; field in DeviceProfile244 boolean isTallDevice = Float.compare(aspectRatio, TALL_DEVICE_ASPECT_RATIO_THRESHOLD) >= 0; in DeviceProfile()