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.java253 private void orientAboutObject(boolean allowAlignLeft, boolean allowAlignRight) { in orientAboutObject() argument
267 mIsLeftAligned = !mIsRtl ? allowAlignLeft : !allowAlignRight; in orientAboutObject()
291 if (!allowAlignLeft && !allowAlignRight) { in orientAboutObject()
303 allowAlignRight && mIsLeftAligned /* allowAlignRight */); in orientAboutObject()