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