Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java741 if (translationY <= 0 && (isShowingLeftPointer() || isShowingRightPointer())) { in setContentTranslationY()
752 if (isShowingLeftPointer()) { in setContentTranslationY()
1107 public boolean isShowingLeftPointer() { in isShowingLeftPointer() method in BubbleExpandedView