Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java78 private boolean mIsPointingUp; field in ArrowTipView
101 mIsPointingUp = isPointingUp; in ArrowTipView()
158 updateArrowTipInView(mIsPointingUp); in init()
239 post(() -> setY(top - (mIsPointingUp ? 0 : getHeight()))); in show()
367 boolean isPointingUp = mIsPointingUp; in showAtLocation()
368 if (mIsPointingUp in showAtLocation()
372 isPointingUp = !mIsPointingUp; in showAtLocation()