Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java76 private boolean mTopBorderActive; field in AppWidgetResizeFrame
194 mTopBorderActive = (y < mTouchTargetWidth + mTopTouchRegionAdjustment) && verticalActive; in beginResizeIfPointInRegion()
199 || mTopBorderActive || mBottomBorderActive; in beginResizeIfPointInRegion()
204 mDragHandles[INDEX_TOP].setAlpha(mTopBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA); in beginResizeIfPointInRegion()
217 if (mTopBorderActive) { in beginResizeIfPointInRegion()
243 mBaselineY.applyDelta(mTopBorderActive, mBottomBorderActive, mDeltaY, mTempRange1); in visualizeResizeForDelta()
255 if (mTopBorderActive) { in visualizeResizeForDelta()
306 int vSpanDelta = mTempRange1.applyDeltaAndBound(mTopBorderActive, mBottomBorderActive, in resizeWidgetIfNeeded()
311 mDirectionVector[1] = mTopBorderActive ? -1 : 1; in resizeWidgetIfNeeded()