Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java125 private boolean mBottomBorderActive; field in AppWidgetResizeFrame
314 mBottomBorderActive = (y > getHeight() - mTouchTargetWidth + mBottomTouchRegionAdjustment)
318 || mTopBorderActive || mBottomBorderActive;
324 mDragHandles[INDEX_BOTTOM].setAlpha(mBottomBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA);
338 } else if (mBottomBorderActive) {
362 mBaselineY.applyDelta(mTopBorderActive, mBottomBorderActive, mDeltaY, mTempRange1);
380 if (mBottomBorderActive) {
457 int vSpanDelta = mTempRange1.applyDeltaAndBound(mTopBorderActive, mBottomBorderActive,