Home
last modified time | relevance | path

Searched refs:taskViewWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt533 val taskViewWidth = positioner.getTaskViewContentWidth(true /* onLeft */) in testGetTaskViewContentWidth_onLeft() constant
536 assertThat(taskViewWidth) in testGetTaskViewContentWidth_onLeft()
543 val taskViewWidth = positioner.getTaskViewContentWidth(false /* onLeft */) in testGetTaskViewContentWidth_onRight() constant
546 assertThat(taskViewWidth) in testGetTaskViewContentWidth_onRight()