OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cellpaddingy
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java
118
int
cellPaddingY
= (int) Math.max(0, ((coords.height() - cHeight) / 2f));
119
coords.offset(cellPaddingX,
cellPaddingY
);
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 190 milliseconds