OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mClingFocusedY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
179
private int
mClingFocusedY
;
267
mClingFocusedY
= a.getInt(R.styleable.AppsCustomizePagedView_clingFocusedY, 0);
420
int[] pos = mWidgetSpacingLayout.estimateCellPosition(mClingFocusedX,
mClingFocusedY
);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java
177
private int
mClingFocusedY
;
262
mClingFocusedY
= a.getInt(R.styleable.AppsCustomizePagedView_clingFocusedY, 0);
416
int[] pos = mWidgetSpacingLayout.estimateCellPosition(mClingFocusedX,
mClingFocusedY
);
[
all
...]
Completed in 27 milliseconds