OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCellY
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java
165
public int
mCellY
;
262
loc[1] =
mCellY
;
268
mCellY
= y;
CellLayout.java
500
cellToPoint(fra.mCellX, fra.
mCellY
, mTempLocation);
515
cellToPoint(fra.mCellX, fra.
mCellY
, mTempLocation);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java
189
public int
mCellY
;
289
loc[1] =
mCellY
;
295
mCellY
= y;
CellLayout.java
494
cellToPoint(fra.mCellX, fra.
mCellY
, mTempLocation);
495
View child = getChildAt(fra.mCellX, fra.
mCellY
);
[
all
...]
Completed in 498 milliseconds