Home
last modified time | relevance | path

Searched refs:mLeftBorderActive (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java106 private boolean mLeftBorderActive; field in AppWidgetResizeFrame
288 mLeftBorderActive = (x < mTouchTargetWidth) && mHorizontalResizeActive; in beginResizeIfPointInRegion()
295 boolean anyBordersActive = mLeftBorderActive || mRightBorderActive in beginResizeIfPointInRegion()
299 mDragHandles[INDEX_LEFT].setAlpha(mLeftBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA); in beginResizeIfPointInRegion()
305 if (mLeftBorderActive) { in beginResizeIfPointInRegion()
335 mBaselineX.applyDelta(mLeftBorderActive, mRightBorderActive, mDeltaX, mTempRange1); in visualizeResizeForDelta()
349 if (mLeftBorderActive) { in visualizeResizeForDelta()
395 int hSpanDelta = mTempRange1.applyDeltaAndBound(mLeftBorderActive, mRightBorderActive, in resizeWidgetIfNeeded()
400 mDirectionVector[0] = mLeftBorderActive ? -1 : 1; in resizeWidgetIfNeeded()