OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cellHeightPx
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
81
public int
cellHeightPx
;
193
float usedHeight = (
cellHeightPx
* inv.numRows);
244
cellHeightPx
= iconSizePx + iconDrawablePaddingPx + (int) Math.ceil(fm.bottom - fm.top);
259
folderCellHeightPx =
cellHeightPx
+ edgeMarginPx;
357
- (int) (2 * inv.numRows *
cellHeightPx
));
ShortcutAndWidgetContainer.java
138
grid.hotseatCellHeightPx : grid.
cellHeightPx
);
Completed in 125 milliseconds