Searched refs:mIsLeftAligned (Results 1 – 1 of 1) sorted by relevance
116 protected boolean mIsLeftAligned; field in ArrowPopup484 if (mIsLeftAligned) { in getArrowLeft()512 !mIsAboveIcon, mIsLeftAligned, in updateArrowColor()577 mIsLeftAligned = !mIsRtl ? allowAlignLeft : !allowAlignRight; in orientAboutObject()578 int x = mIsLeftAligned ? leftAlignedX : rightAlignedX; in orientAboutObject()583 x += mIsLeftAligned ? xOffset : -xOffset; in orientAboutObject()593 boolean alignmentStillValid = mIsLeftAligned && canBeLeftAligned in orientAboutObject()594 || !mIsLeftAligned && canBeRightAligned; in orientAboutObject()597 orientAboutObject(allowAlignLeft && !mIsLeftAligned /* allowAlignLeft */, in orientAboutObject()598 allowAlignRight && mIsLeftAligned /* allowAlignRight */); in orientAboutObject()[all …]