Lines Matching refs:windowBounds
224 DeviceProfile(Context context, InvariantDeviceProfile inv, Info info, WindowBounds windowBounds, in DeviceProfile() argument
229 this.isLandscape = windowBounds.isLandscape(); in DeviceProfile()
232 windowX = windowBounds.bounds.left; in DeviceProfile()
233 windowY = windowBounds.bounds.top; in DeviceProfile()
238 widthPx = windowBounds.bounds.width(); in DeviceProfile()
239 heightPx = windowBounds.bounds.height(); in DeviceProfile()
240 availableWidthPx = windowBounds.availableSize.x; in DeviceProfile()
241 availableHeightPx = windowBounds.availableSize.y; in DeviceProfile()
244 isTablet = info.isTablet(windowBounds); in DeviceProfile()
548 public DeviceProfile getMultiWindowProfile(Context context, WindowBounds windowBounds) { in getMultiWindowProfile() argument
550 .setWindowBounds(windowBounds) in getMultiWindowProfile()