OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allAppsNumPredictiveCols
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
98
public int
allAppsNumPredictiveCols
;
277
allAppsNumPredictiveCols
= numPredictiveAppCols;
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java
337
mNumPredictedAppsPerRow != grid.
allAppsNumPredictiveCols
) {
339
mNumPredictedAppsPerRow = grid.
allAppsNumPredictiveCols
;
Completed in 76 milliseconds