Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java107 private boolean mRightBorderActive; field in AppWidgetResizeFrame
289 mRightBorderActive = (x > getWidth() - mTouchTargetWidth) && mHorizontalResizeActive; in beginResizeIfPointInRegion()
295 boolean anyBordersActive = mLeftBorderActive || mRightBorderActive in beginResizeIfPointInRegion()
300 mDragHandles[INDEX_RIGHT].setAlpha(mRightBorderActive ? 1.0f :DIMMED_HANDLE_ALPHA); in beginResizeIfPointInRegion()
307 } else if (mRightBorderActive) { in beginResizeIfPointInRegion()
335 mBaselineX.applyDelta(mLeftBorderActive, mRightBorderActive, mDeltaX, mTempRange1); in visualizeResizeForDelta()
355 if (mRightBorderActive) { in visualizeResizeForDelta()
395 int hSpanDelta = mTempRange1.applyDeltaAndBound(mLeftBorderActive, mRightBorderActive, in resizeWidgetIfNeeded()