Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1059 updatePointerPosition(false); in BubbleStackView()
2062 public void updateBubbleOrder(List<Bubble> bubbles, boolean updatePointerPosition) { in updateBubbleOrder() argument
2070 updateBubbleOrderInternal(bubbles, updatePointerPosition); in updateBubbleOrder()
2073 private void updateBubbleOrderInternal(List<Bubble> bubbles, boolean updatePointerPosition) { in updateBubbleOrderInternal() argument
2090 if (updatePointerPosition) { in updateBubbleOrderInternal()
2091 updatePointerPosition(false /* forIme */); in updateBubbleOrderInternal()
2486 updatePointerPosition(false /* forIme */); in animateBubbleExpansion()
2844 updatePointerPosition(false /* forIme */); in setImeVisible()
2889 updatePointerPosition(true /* forIme */); in setImeVisible()
3523 updatePointerPosition(false /* forIme */); in updateExpandedView()
[all …]