OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nCells
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DragAndDropAccessibilityDelegate.java
78
int
nCells
= mView.getCountX() * mView.getCountY();
80
for (int i = 0; i <
nCells
; i++) {
/external/autotest/tko/
frontend.py
67
nCells
= len(self.y_values)*len(self.x_values)
68
if
nCells
> MAX_CELLS:
Completed in 1127 milliseconds