Searched refs:windowBounds (Results 1 – 2 of 2) sorted by relevance
214 DeviceProfile(Context context, InvariantDeviceProfile inv, Info info, WindowBounds windowBounds, in DeviceProfile() argument219 this.isLandscape = windowBounds.isLandscape(); in DeviceProfile()222 windowX = windowBounds.bounds.left; in DeviceProfile()223 windowY = windowBounds.bounds.top; in DeviceProfile()228 widthPx = windowBounds.bounds.width(); in DeviceProfile()229 heightPx = windowBounds.bounds.height(); in DeviceProfile()230 availableWidthPx = windowBounds.availableSize.x; in DeviceProfile()231 int nonFinalAvailableHeightPx = windowBounds.availableSize.y; in DeviceProfile()239 isTablet = allowRotation && info.isTablet(windowBounds); in DeviceProfile()473 public DeviceProfile getMultiWindowProfile(Context context, WindowBounds windowBounds) { in getMultiWindowProfile() argument[all …]
612 Rect windowBounds = new Rect(); in isMainApplicationWindow() local613 window.getBoundsInScreen(windowBounds); in isMainApplicationWindow()616 && mAppWindowBounds.equals(windowBounds); in isMainApplicationWindow()