D | DisplayControllerTest.kt | 74 private val inset = 110 in <lambda>() constant in com.android.launcher3.util.DisplayControllerTest 79 WindowBounds(Rect(0, 0, width, height), Rect(0, inset, 0, 0), Surface.ROTATION_0), in <lambda>() 80 WindowBounds(Rect(0, 0, height, width), Rect(0, inset, 0, 0), Surface.ROTATION_90), in <lambda>() 81 WindowBounds(Rect(0, 0, width, height), Rect(0, inset, 0, 0), Surface.ROTATION_180), in <lambda>() 82 WindowBounds(Rect(0, 0, height, width), Rect(0, inset, 0, 0), Surface.ROTATION_270) in <lambda>()
|