Searched refs:NUM_DIRECTIONS (Results 1 – 1 of 1) sorted by relevance
196 private static final int NUM_DIRECTIONS = 4; field in RotaryService367 private final Intent[] mOffScreenNudgeIntents = new Intent[NUM_DIRECTIONS];646 for (int i = 0; i < NUM_DIRECTIONS; i++) { in onCreate()