Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DArrowPopup.java112 protected boolean mIsLeftAligned; field in ArrowPopup
473 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 …]
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskMenuViewWithArrow.kt285 mIsLeftAligned = if (mIsRtl) {
292 var menuStartX = if (mIsLeftAligned) leftAlignedMenuStartX else rightAlignedMenuStartX
321 mArrow.pivotX = if (mIsLeftAligned) 0f else mArrowHeight.toFloat()
326 return if (mIsLeftAligned)
337 mIsLeftAligned,