Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java554 private void orientAboutObject(boolean allowAlignLeft, boolean allowAlignRight) { in orientAboutObject() argument
577 mIsLeftAligned = !mIsRtl ? allowAlignLeft : !allowAlignRight; in orientAboutObject()
586 if (!allowAlignLeft && !allowAlignRight) { in orientAboutObject()
598 allowAlignRight && mIsLeftAligned /* allowAlignRight */); in orientAboutObject()