HomeSort by relevance Sort by last modified time
    Searched refs:mLeftBorderActive (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 28 private boolean mLeftBorderActive;
149 mLeftBorderActive = (x < mTouchTargetWidth) && horizontalActive;
155 boolean anyBordersActive = mLeftBorderActive || mRightBorderActive
164 mLeftHandle.setAlpha(mLeftBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA);
177 if (mLeftBorderActive) {
205 if (mLeftBorderActive) {
266 if (mLeftBorderActive) {
296 if (mLeftBorderActive || mRightBorderActive) {
300 mDirectionVector[0] = mLeftBorderActive ? -1 : 1;
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 69 private boolean mLeftBorderActive;
159 mLeftBorderActive = (x < mTouchTargetWidth) && horizontalActive;
165 boolean anyBordersActive = mLeftBorderActive || mRightBorderActive
169 mDragHandles[INDEX_LEFT].setAlpha(mLeftBorderActive ? 1.0f : DIMMED_HANDLE_ALPHA);
175 if (mLeftBorderActive) {
205 mBaselineX.applyDelta(mLeftBorderActive, mRightBorderActive, mDeltaX, mTempRange1);
219 if (mLeftBorderActive) {
264 int hSpanDelta = mTempRange1.applyDeltaAndBound(mLeftBorderActive, mRightBorderActive,
269 mDirectionVector[0] = mLeftBorderActive ? -1 : 1;

Completed in 3470 milliseconds