D | FakeInvariantDeviceProfileTest.kt | 52 protected var windowBounds: WindowBounds? = null variable in com.android.launcher3.FakeInvariantDeviceProfileTest 74 windowBounds, in newDP() 91 windowBounds = in newDP() 182 windowBounds = WindowBounds(Rect(0, 0, x, y), Rect(0, 104, 0, 0)) in initializeVarsForTablet() 267 windowBounds = WindowBounds(Rect(0, 0, x, y), Rect(0, 110, 0, 0)) in initializeVarsForTwoPanel()
|