Searched refs:allowAlignLeft (Results 1 – 1 of 1) sorted by relevance
554 private void orientAboutObject(boolean allowAlignLeft, boolean allowAlignRight) { in orientAboutObject() argument577 mIsLeftAligned = !mIsRtl ? allowAlignLeft : !allowAlignRight; in orientAboutObject()586 if (!allowAlignLeft && !allowAlignRight) { in orientAboutObject()597 orientAboutObject(allowAlignLeft && !mIsLeftAligned /* allowAlignLeft */, in orientAboutObject()