Home
last modified time | relevance | path

Searched refs:getTaskViewContentWidth (Results 1 – 4 of 4) 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()
543 val taskViewWidth = positioner.getTaskViewContentWidth(false /* onLeft */) in testGetTaskViewContentWidth_onRight()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java405 public int getTaskViewContentWidth(boolean onLeft) { in getTaskViewContentWidth() method in BubblePositioner
DBubbleExpandedView.java421 return mPositioner.getTaskViewContentWidth(isStackOnLeft); in getContentWidth()
DBubbleStackView.java2616 float width = mPositioner.getTaskViewContentWidth(stackOnLeft); in animateOverflowExpansion()