Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
DComplicationLayoutParams.java54 private static final int DIRECTIONAL_SPACING_UNSPECIFIED = 0xFFFFFFFF; field in ComplicationLayoutParams
116 this(width, height, position, direction, weight, DIRECTIONAL_SPACING_UNSPECIFIED, in ComplicationLayoutParams()
176 this(width, height, position, direction, weight, DIRECTIONAL_SPACING_UNSPECIFIED, in ComplicationLayoutParams()
309 return mDirectionalSpacing == DIRECTIONAL_SPACING_UNSPECIFIED in getDirectionalSpacing()