Searched refs:mLeftBorderActive (Results 1 – 1 of 1) sorted by relevance
80 private boolean mLeftBorderActive; field in AppWidgetResizeFrame198 mLeftBorderActive = (x < mTouchTargetWidth) && horizontalActive; in beginResizeIfPointInRegion()204 boolean anyBordersActive = mLeftBorderActive || mRightBorderActive in beginResizeIfPointInRegion()208 mDragHandles[INDEX_LEFT].setAlpha(mLeftBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA); in beginResizeIfPointInRegion()214 if (mLeftBorderActive) { in beginResizeIfPointInRegion()244 mBaselineX.applyDelta(mLeftBorderActive, mRightBorderActive, mDeltaX, mTempRange1); in visualizeResizeForDelta()258 if (mLeftBorderActive) { in visualizeResizeForDelta()303 int hSpanDelta = mTempRange1.applyDeltaAndBound(mLeftBorderActive, mRightBorderActive, in resizeWidgetIfNeeded()308 mDirectionVector[0] = mLeftBorderActive ? -1 : 1; in resizeWidgetIfNeeded()