Lines Matching refs:windowBounds
324 DeviceProfile(Context context, InvariantDeviceProfile inv, Info info, WindowBounds windowBounds, in DeviceProfile() argument
332 this.isLandscape = windowBounds.isLandscape(); in DeviceProfile()
337 windowX = windowBounds.bounds.left; in DeviceProfile()
338 windowY = windowBounds.bounds.top; in DeviceProfile()
339 this.rotationHint = windowBounds.rotationHint; in DeviceProfile()
340 mInsets.set(windowBounds.insets); in DeviceProfile()
353 isTablet = info.isTablet(windowBounds); in DeviceProfile()
363 windowBounds); in DeviceProfile()
370 widthPx = windowBounds.bounds.width(); in DeviceProfile()
371 heightPx = windowBounds.bounds.height(); in DeviceProfile()
372 availableWidthPx = windowBounds.availableSize.x; in DeviceProfile()
373 availableHeightPx = windowBounds.availableSize.y; in DeviceProfile()
1026 public DeviceProfile getMultiWindowProfile(Context context, WindowBounds windowBounds) { in getMultiWindowProfile() argument
1028 .setWindowBounds(windowBounds) in getMultiWindowProfile()