OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:availableHeightPx
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
51
public final int
availableHeightPx
;
165
availableHeightPx
= minSize.y;
168
availableHeightPx
= maxSize.y;
197
int maxHeight = (
availableHeightPx
- workspacePadding.top - workspacePadding.bottom);
302
availableWidthPx,
availableHeightPx
- edgeMarginPx);
305
availableHeightPx
- edgeMarginPx);
384
int zoneHeight = (int) (overviewModeIconZoneRatio *
availableHeightPx
);
394
Integer.MAX_VALUE,
availableHeightPx
);
396
return new Rect(0,
availableHeightPx
- hotseatBarHeightPx,
Folder.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java
99
int approxRows = (int) Math.ceil(grid.
availableHeightPx
/ grid.allAppsIconSizePx);
Completed in 83 milliseconds