Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/bar/
DBubbleBarHandleViewTest.java71 assertThat(mHandleView.getHandleColor()).isEqualTo(Color.RED); in testSetHandleInitialColor_beforeUpdateHandleColor_updatesColor()
78 assertThat(mHandleView.getHandleColor()).isEqualTo( in testSetHandleInitialColor_afterUpdateHandleColor_doesNotUpdateColor()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarHandleView.java52 return bubbleBarHandleView.getHandleColor();
110 public int getHandleColor() { in getHandleColor() method in BubbleBarHandleView
DBubbleBarAnimationHelper.java281 toBbev.getHandleView().setHandleInitialColor(fromBbev.getHandleView().getHandleColor()); in animateSwitch()