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

  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 228 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
234 float vSpanIncF = 1.0f * deltaY / yThreshold - mRunningVInc;
385 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
388 mDeltaYAddOn = mRunningVInc * yThreshold;
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 227 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
233 float vSpanIncF = 1.0f * deltaY / yThreshold - mRunningVInc;
384 int yThreshold = mCellLayout.getCellHeight() + mCellLayout.getHeightGap();
387 mDeltaYAddOn = mRunningVInc * yThreshold;

Completed in 89 milliseconds