OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateCellWidth
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java
72
float smallestCellWidth = DeviceProfile.
calculateCellWidth
(Math.min(
76
float smallestCellHeight = DeviceProfile.
calculateCellWidth
(Math.min(
DeviceProfile.java
401
public static int
calculateCellWidth
(int width, int countX) {
Workspace.java
[
all
...]
CellLayout.java
843
int cw = DeviceProfile.
calculateCellWidth
(childWidthSize, mCountX);
[
all
...]
Completed in 70 milliseconds