Searched defs:spanY (Results 1 – 8 of 8) sorted by relevance
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | CellLayout.java | 1154 void estimateDropCell(int originX, int originY, int spanX, int spanY, int[] result) { in estimateDropCell() 1176 int spanX, int spanY, Point dragOffset, Rect dragRegion) { in visualizeDropLocation() 1268 int pixelX, int pixelY, int spanX, int spanY, int[] result) { in findNearestVacantArea() 1286 int[] findNearestArea(int pixelX, int pixelY, int spanX, int spanY, View ignoreView, in findNearestArea() 1357 int pixelX, int pixelY, int spanX, int spanY, View ignoreView, int[] result) { in findNearestVacantArea() 1375 int pixelX, int pixelY, int spanX, int spanY, int[] result) { in findNearestArea() 1396 boolean findCellForSpan(int[] cellXY, int spanX, int spanY) { in findCellForSpan() 1410 boolean findCellForSpanIgnoring(int[] cellXY, int spanX, int spanY, View ignoreView) { in findCellForSpanIgnoring() 1426 boolean findCellForSpanThatIntersects(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersects() 1435 boolean findCellForSpanThatIntersectsIgnoring(int[] cellXY, int spanX, int spanY, in findCellForSpanThatIntersectsIgnoring() [all …]
|
| D | InstallShortcutReceiver.java | 95 int cellX, cellY, spanX, spanY; in findEmptyCell() local
|
| D | ItemInfo.java | 77 int spanY = 1; field in ItemInfo
|
| D | LauncherProvider.java | 950 int spanY = a.getInt(R.styleable.Favorite_spanY, 0); in addAppWidget() local 958 int spanX, int spanY) { in addAppWidget()
|
| D | Workspace.java | 432 void addInScreen(View child, long container, int screen, int x, int y, int spanX, int spanY) { in addInScreen() 448 void addInScreen(View child, long container, int screen, int x, int y, int spanX, int spanY, in addInScreen()
|
| D | PagedViewCellLayout.java | 309 int spanY = (height + smallerSize) / smallerSize; in getCellCountForDimensions() local
|
| D | LauncherModel.java | 276 final int cellY, final int spanX, final int spanY) { in resizeItemInDatabase() 471 long container, int screen, int localCellX, int localCellY, int spanX, int spanY) { in getCellLayoutChildId()
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| D | DayView.java | 3965 float spanY = Math.max(MIN_Y_SPAN, Math.abs(detector.getCurrentSpanY())); in onScale() local
|