Searched refs:mBottomBorderActive (Results 1 – 1 of 1) sorted by relevance
109 private boolean mBottomBorderActive; field in AppWidgetResizeFrame292 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()