Searched refs:appBounds (Results 1 – 4 of 4) sorted by relevance
35 val appBounds: Rect = _appBounds ?: Rect.EMPTY constant40 get() = appBounds.isEmpty &&52 if (appBounds != other.appBounds) return false in equals()62 result = 31 * result + appBounds.hashCode() in hashCode()
189 Rect appBounds = appArea.getVisibleBounds(); in undockAppFromMultiwindow() local191 mDevice.drag(xCoordinate, appBounds.bottom, xCoordinate, in undockAppFromMultiwindow()
226 Rect appBounds = appArea.getVisibleBounds(); in undockAppFromMultiwindow() local228 mDevice.drag(xCoordinate, appBounds.bottom, xCoordinate, in undockAppFromMultiwindow()
511 _appBounds = proto.appBounds?.toRect(), in <lambda>()