Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java109 private boolean mBottomBorderActive; field in AppWidgetResizeFrame
292 mBottomBorderActive = (y > getHeight() - mTouchTargetWidth + mBottomTouchRegionAdjustment) in beginResizeIfPointInRegion()
296 || mTopBorderActive || mBottomBorderActive; in beginResizeIfPointInRegion()
302 mDragHandles[INDEX_BOTTOM].setAlpha(mBottomBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA); in beginResizeIfPointInRegion()
316 } else if (mBottomBorderActive) { in beginResizeIfPointInRegion()
340 mBaselineY.applyDelta(mTopBorderActive, mBottomBorderActive, mDeltaY, mTempRange1); in visualizeResizeForDelta()
358 if (mBottomBorderActive) { in visualizeResizeForDelta()
404 int vSpanDelta = mTempRange1.applyDeltaAndBound(mTopBorderActive, mBottomBorderActive, in resizeWidgetIfNeeded()