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.java116 protected boolean mIsLeftAligned; field in ArrowPopup
484 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 …]