Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java335 orientAboutObject(); in setupForDisplay()
405 protected void orientAboutObject() { in orientAboutObject() method in ArrowPopup
406 orientAboutObject(true /* allowAlignLeft */, true /* allowAlignRight */); in orientAboutObject()
416 private void orientAboutObject(boolean allowAlignLeft, boolean allowAlignRight) { in orientAboutObject() method in ArrowPopup
458 orientAboutObject(allowAlignLeft && !mIsLeftAligned /* allowAlignLeft */, in orientAboutObject()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDividerPopupView.kt129 override fun orientAboutObject() { in <lambda>() method
130 super.orientAboutObject() in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt290 override fun orientAboutObject() { in <lambda>() method in com.android.quickstep.views.TaskMenuViewWithArrow