Searched refs:mTopBorderActive (Results 1 – 1 of 1) sorted by relevance
82 private boolean mTopBorderActive; field in AppWidgetResizeFrame200 mTopBorderActive = (y < mTouchTargetWidth + mTopTouchRegionAdjustment) && verticalActive; in beginResizeIfPointInRegion()205 || mTopBorderActive || mBottomBorderActive; in beginResizeIfPointInRegion()210 mDragHandles[INDEX_TOP].setAlpha(mTopBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA); in beginResizeIfPointInRegion()223 if (mTopBorderActive) { in beginResizeIfPointInRegion()249 mBaselineY.applyDelta(mTopBorderActive, mBottomBorderActive, mDeltaY, mTempRange1); in visualizeResizeForDelta()261 if (mTopBorderActive) { in visualizeResizeForDelta()312 int vSpanDelta = mTempRange1.applyDeltaAndBound(mTopBorderActive, mBottomBorderActive, in resizeWidgetIfNeeded()317 mDirectionVector[1] = mTopBorderActive ? -1 : 1; in resizeWidgetIfNeeded()