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.java74 private boolean mLeftBorderActive; field in AppWidgetResizeFrame
192 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()