Searched refs:allowAlignLeft (Results 1 – 1 of 1) sorted by relevance
253 private void orientAboutObject(boolean allowAlignLeft, boolean allowAlignRight) { in orientAboutObject() argument267 mIsLeftAligned = !mIsRtl ? allowAlignLeft : !allowAlignRight; in orientAboutObject()291 if (!allowAlignLeft && !allowAlignRight) { in orientAboutObject()302 orientAboutObject(allowAlignLeft && !mIsLeftAligned /* allowAlignLeft */, in orientAboutObject()