Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java52 private static final int LAST_POSITION = POSITION_END; field in ComplicationLayoutParams
239 for (int currentPosition = FIRST_POSITION; currentPosition <= LAST_POSITION; in validateDirection()
264 for (int currentPosition = FIRST_POSITION; currentPosition <= LAST_POSITION; in iteratePositions()