Home
last modified time | relevance | path

Searched refs:estimateCellPosition (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedViewCellLayout.java344 public int[] estimateCellPosition(int x, int y) { in estimateCellPosition() method in PagedViewCellLayout
DAppsCustomizePagedView.java423 int[] pos = mWidgetSpacingLayout.estimateCellPosition(mClingFocusedX, mClingFocusedY); in showAllAppsCling()