Home
last modified time | relevance | path

Searched refs:mIsLeftAligned (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java73 protected boolean mIsLeftAligned; field in ArrowPopup
178 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 …]