Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java111 protected boolean mIsLeftAligned; field in ArrowPopup
339 if (mIsLeftAligned) { in getArrowLeft()
374 !mIsAboveIcon, mIsLeftAligned, in updateArrowColor()
438 mIsLeftAligned = !mIsRtl ? allowAlignLeft : !allowAlignRight; in orientAboutObject()
439 int x = mIsLeftAligned ? leftAlignedX : rightAlignedX; in orientAboutObject()
444 x += mIsLeftAligned ? xOffset : -xOffset; in orientAboutObject()
454 boolean alignmentStillValid = mIsLeftAligned && canBeLeftAligned in orientAboutObject()
455 || !mIsLeftAligned && canBeRightAligned; in orientAboutObject()
458 orientAboutObject(allowAlignLeft && !mIsLeftAligned /* allowAlignLeft */, in orientAboutObject()
459 allowAlignRight && mIsLeftAligned /* allowAlignRight */); in orientAboutObject()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuViewWithArrow.kt307 mIsLeftAligned = in <lambda>()
315 var menuStartX = if (mIsLeftAligned) leftAlignedMenuStartX else rightAlignedMenuStartX in <lambda>()
343 mArrow.pivotX = if (mIsLeftAligned) 0f else mArrowHeight.toFloat() in <lambda>()
348 return if (mIsLeftAligned) x - mArrowHeight else x + measuredWidth + mArrowOffsetVertical in <lambda>()
357 mIsLeftAligned, in <lambda>()