Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java91 int NO_OF_SLICES = 8; in ViewfinderProcessor() local
92 int[] slices = new int[NO_OF_SLICES * 2]; in ViewfinderProcessor()
93 for (int i = 0; i < NO_OF_SLICES; i++) { in ViewfinderProcessor()
94 int s1 = i * 360 / NO_OF_SLICES; in ViewfinderProcessor()
95 int s2 = ((1 + i) * 360) / NO_OF_SLICES; in ViewfinderProcessor()
100 houghSliceBuilder.setX(NO_OF_SLICES); in ViewfinderProcessor()