Searched refs:mIsLeftAligned (Results 1 – 1 of 1) sorted by relevance
76 protected boolean mIsLeftAligned; field in ArrowPopup187 if (mIsLeftAligned) { in reorderAndShow()222 return mIsLeftAligned && !mIsRtl || !mIsLeftAligned && mIsRtl; in isAlignedWithStart()267 mIsLeftAligned = !mIsRtl ? allowAlignLeft : !allowAlignRight; in orientAboutObject()268 int x = mIsLeftAligned ? leftAlignedX : rightAlignedX; in orientAboutObject()288 x += mIsLeftAligned ? xOffset : -xOffset; in orientAboutObject()298 boolean alignmentStillValid = mIsLeftAligned && canBeLeftAligned in orientAboutObject()299 || !mIsLeftAligned && canBeRightAligned; in orientAboutObject()302 orientAboutObject(allowAlignLeft && !mIsLeftAligned /* allowAlignLeft */, in orientAboutObject()303 allowAlignRight && mIsLeftAligned /* allowAlignRight */); in orientAboutObject()[all …]