OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCellCountY
(Results
1 - 14
of
14
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewGridLayout.java
45
int
getCellCountY
() {
PagedViewCellLayout.java
70
mCellCountY = LauncherModel.
getCellCountY
();
166
public int
getCellCountY
() {
261
if (numRows <
getCellCountY
()) {
Hotseat.java
100
if (mCellCountY < 0) mCellCountY = LauncherModel.
getCellCountY
();
InstallShortcutReceiver.java
201
LauncherModel.
getCellCountY
() <= 0;
339
final int yCount = LauncherModel.
getCellCountY
();
PagedViewWidget.java
120
int vSpan = Math.min(cellSpan[1], LauncherModel.
getCellCountY
());
FocusHelper.java
145
final int cellCountY = parent.
getCellCountY
();
288
countY = ((PagedViewCellLayout) parentLayout).
getCellCountY
();
292
countY = ((PagedViewGridLayout) parentLayout).
getCellCountY
();
[
all
...]
AppsCustomizePagedView.java
368
LauncherModel.
getCellCountY
());
369
maxCellCountY = (isLandscape ? LauncherModel.
getCellCountY
() :
388
mCellCountY = mWidgetSpacingLayout.
getCellCountY
();
462
minSpanY <= LauncherModel.
getCellCountY
()) {
[
all
...]
Folder.java
130
mMaxCountY = LauncherModel.
getCellCountY
();
[
all
...]
LauncherModel.java
690
static int
getCellCountY
() {
[
all
...]
Workspace.java
[
all
...]
CellLayout.java
195
mCountY = LauncherModel.
getCellCountY
();
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewGridLayout.java
45
int
getCellCountY
() {
PagedViewCellLayout.java
160
public int
getCellCountY
() {
255
if (numRows <
getCellCountY
()) {
FocusHelper.java
88
countY = ((PagedViewGridLayout) parentLayout).
getCellCountY
();
Completed in 1592 milliseconds