Searched refs:getTaskViewContentWidth (Results 1 – 4 of 4) sorted by relevance
533 val taskViewWidth = positioner.getTaskViewContentWidth(true /* onLeft */) in testGetTaskViewContentWidth_onLeft()543 val taskViewWidth = positioner.getTaskViewContentWidth(false /* onLeft */) in testGetTaskViewContentWidth_onRight()
405 public int getTaskViewContentWidth(boolean onLeft) { in getTaskViewContentWidth() method in BubblePositioner
421 return mPositioner.getTaskViewContentWidth(isStackOnLeft); in getContentWidth()
2616 float width = mPositioner.getTaskViewContentWidth(stackOnLeft); in animateOverflowExpansion()