Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java51 private static final int FIRST_POSITION = POSITION_TOP; 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()