Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DArrowPopup.java453 orientAboutObject(); in setupForDisplay()
539 protected void orientAboutObject() { in orientAboutObject() method in ArrowPopup
540 orientAboutObject(true /* allowAlignLeft */, true /* allowAlignRight */); in orientAboutObject()
550 private void orientAboutObject(boolean allowAlignLeft, boolean allowAlignRight) { in orientAboutObject() method in ArrowPopup
593 orientAboutObject(allowAlignLeft && !mIsLeftAligned /* allowAlignLeft */, in orientAboutObject()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskMenuViewWithArrow.kt268 override fun orientAboutObject() {