OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cellPaddingY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java
155
int
cellPaddingY
= (int) Math.max(0, ((lp.height - cHeight) / 2f));
157
child.setPadding(cellPaddingX,
cellPaddingY
, cellPaddingX, 0);
CellLayout.java
[
all
...]
Completed in 42 milliseconds