Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DGridLayout.java2030 private static final int DEFAULT_SPAN_SIZE = DEFAULT_SPAN.size(); field in LayoutParams
2189 int colSpan = a.getInt(COLUMN_SPAN, DEFAULT_SPAN_SIZE); in init()
2194 int rowSpan = a.getInt(ROW_SPAN, DEFAULT_SPAN_SIZE); in init()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67827 Landroid/widget/GridLayout$LayoutParams;->DEFAULT_SPAN_SIZE:I