Searched refs:mIsLeftAligned (Results 1 – 1 of 1) sorted by relevance
73 protected boolean mIsLeftAligned; field in ArrowPopup178 if (mIsLeftAligned) { in reorderAndShow()213 return mIsLeftAligned && !mIsRtl || !mIsLeftAligned && mIsRtl; in isAlignedWithStart()254 mIsLeftAligned = x == leftAlignedX; in orientAboutObject()274 x += mIsLeftAligned ? xOffset : -xOffset; in orientAboutObject()298 mIsLeftAligned = true; in orientAboutObject()301 mIsLeftAligned = false; in orientAboutObject()306 mIsLeftAligned = false; in orientAboutObject()309 mIsLeftAligned = true; in orientAboutObject()465 int arrowCenterX = res.getDimensionPixelSize(mIsLeftAligned ^ mIsRtl ? in createOpenCloseOutlineProvider()[all …]