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.java77 private boolean mBottomBorderActive; field in AppWidgetResizeFrame
195 mBottomBorderActive = (y > getHeight() - mTouchTargetWidth + mBottomTouchRegionAdjustment) in beginResizeIfPointInRegion()
199 || mTopBorderActive || mBottomBorderActive; in beginResizeIfPointInRegion()
205 mDragHandles[INDEX_BOTTOM].setAlpha(mBottomBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA); in beginResizeIfPointInRegion()
219 } else if (mBottomBorderActive) { in beginResizeIfPointInRegion()
243 mBaselineY.applyDelta(mTopBorderActive, mBottomBorderActive, mDeltaY, mTempRange1); in visualizeResizeForDelta()
261 if (mBottomBorderActive) { in visualizeResizeForDelta()
306 int vSpanDelta = mTempRange1.applyDeltaAndBound(mTopBorderActive, mBottomBorderActive, in resizeWidgetIfNeeded()