OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cellCountY
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java
35
public PagedViewGridLayout(Context context, int cellCountX, int
cellCountY
) {
38
mCellCountY =
cellCountY
;
FocusHelper.java
145
final int
cellCountY
= parent.getCellCountY();
207
if (y < (
cellCountY
- 1)) {
627
final int
cellCountY
= layout.getCountY();
630
if (0 <= newRow && newRow <
cellCountY
) {
[
all
...]
Workspace.java
296
int
cellCountY
= DEFAULT_CELL_COUNT_Y;
319
cellCountY
= 1;
320
while (actionBarHeight + CellLayout.heightInLandscape(res,
cellCountY
+ 1)
322
cellCountY
++;
334
cellCountY
= a.getInt(R.styleable.Workspace_cellCountY,
cellCountY
);
340
LauncherModel.updateWorkspaceLayoutCells(cellCountX,
cellCountY
);
[
all
...]
LauncherModel.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java
[
all
...]
Completed in 168 milliseconds