OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xThreshold
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java
227
int
xThreshold
= mCellLayout.getCellWidth() + mCellLayout.getWidthGap();
233
float hSpanIncF = 1.0f * deltaX /
xThreshold
- mRunningHInc;
384
int
xThreshold
= mCellLayout.getCellWidth() + mCellLayout.getWidthGap();
387
mDeltaXAddOn = mRunningHInc *
xThreshold
;
/packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java
235
int
xThreshold
= mCellLayout.getCellWidth() + mCellLayout.getWidthGap();
241
float hSpanIncF = 1.0f * deltaX /
xThreshold
- mRunningHInc;
397
int
xThreshold
= mCellLayout.getCellWidth() + mCellLayout.getWidthGap();
400
mDeltaXAddOn = mRunningHInc *
xThreshold
;
Completed in 1909 milliseconds