Searched refs:mIsLeftAligned (Results 1 – 2 of 2) sorted by relevance
111 protected boolean mIsLeftAligned; field in ArrowPopup339 if (mIsLeftAligned) { in getArrowLeft()374 !mIsAboveIcon, mIsLeftAligned, in updateArrowColor()438 mIsLeftAligned = !mIsRtl ? allowAlignLeft : !allowAlignRight; in orientAboutObject()439 int x = mIsLeftAligned ? leftAlignedX : rightAlignedX; in orientAboutObject()444 x += mIsLeftAligned ? xOffset : -xOffset; in orientAboutObject()454 boolean alignmentStillValid = mIsLeftAligned && canBeLeftAligned in orientAboutObject()455 || !mIsLeftAligned && canBeRightAligned; in orientAboutObject()458 orientAboutObject(allowAlignLeft && !mIsLeftAligned /* allowAlignLeft */, in orientAboutObject()459 allowAlignRight && mIsLeftAligned /* allowAlignRight */); in orientAboutObject()[all …]
307 mIsLeftAligned = in <lambda>()315 var menuStartX = if (mIsLeftAligned) leftAlignedMenuStartX else rightAlignedMenuStartX in <lambda>()343 mArrow.pivotX = if (mIsLeftAligned) 0f else mArrowHeight.toFloat() in <lambda>()348 return if (mIsLeftAligned) x - mArrowHeight else x + measuredWidth + mArrowOffsetVertical in <lambda>()357 mIsLeftAligned, in <lambda>()