Searched refs:mLeftBorderActive (Results 1 – 1 of 1) sorted by relevance
74 private boolean mLeftBorderActive; field in AppWidgetResizeFrame192 mLeftBorderActive = (x < mTouchTargetWidth) && horizontalActive; in beginResizeIfPointInRegion()198 boolean anyBordersActive = mLeftBorderActive || mRightBorderActive in beginResizeIfPointInRegion()202 mDragHandles[INDEX_LEFT].setAlpha(mLeftBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA); in beginResizeIfPointInRegion()208 if (mLeftBorderActive) { in beginResizeIfPointInRegion()238 mBaselineX.applyDelta(mLeftBorderActive, mRightBorderActive, mDeltaX, mTempRange1); in visualizeResizeForDelta()252 if (mLeftBorderActive) { in visualizeResizeForDelta()297 int hSpanDelta = mTempRange1.applyDeltaAndBound(mLeftBorderActive, mRightBorderActive, in resizeWidgetIfNeeded()302 mDirectionVector[0] = mLeftBorderActive ? -1 : 1; in resizeWidgetIfNeeded()