Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java388 public static final int BOX_NONE = 0x0; field in BoxInsetLayout.LayoutParams
395 public int boxedEdges = BOX_NONE;
400 boxedEdges = a.getInt(R.styleable.BoxInsetLayout_Layout_ctsv_layout_box, BOX_NONE); in LayoutParams()