Searched refs:neighbors (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DProximityInfo.java261 // Since in the practice each cell does not have a lot of neighbors, most of this space is
363 final ArrayList<Key> neighbors = new ArrayList<>(indexEnd - indexStart);
365 neighbors.add(neighborsFlatBuffer[index]);
367 mGridNeighbors[i] = Collections.unmodifiableList(neighbors);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java1444 int neighbors;
1446 neighbors = 0;
1454 neighbors = 1;
1456 neighbors = SCREEN_NAIL_MAX;
1461 for (int i = neighbors; i >= -neighbors; i--) {
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java161 public void setNeighbors(ChartSweepView... neighbors) { argument
162 mNeighbors = neighbors;

Completed in 256 milliseconds