Searched refs:mIsLeftAligned (Results 1 – 2 of 2) sorted by relevance
112 protected boolean mIsLeftAligned; field in ArrowPopup473 if (mIsLeftAligned) { in getArrowLeft()508 !mIsAboveIcon, mIsLeftAligned, in updateArrowColor()574 int x = mIsLeftAligned ? leftAlignedX : rightAlignedX; in orientAboutObject()579 x += mIsLeftAligned ? xOffset : -xOffset; in orientAboutObject()590 || !mIsLeftAligned && canBeRightAligned; in orientAboutObject()621 mIsLeftAligned = true; in orientAboutObject()624 mIsLeftAligned = false; in orientAboutObject()629 mIsLeftAligned = false; in orientAboutObject()632 mIsLeftAligned = true; in orientAboutObject()[all …]
285 mIsLeftAligned = if (mIsRtl) {292 var menuStartX = if (mIsLeftAligned) leftAlignedMenuStartX else rightAlignedMenuStartX321 mArrow.pivotX = if (mIsLeftAligned) 0f else mArrowHeight.toFloat()326 return if (mIsLeftAligned)337 mIsLeftAligned,