Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java71 private static final int TYPE_ACCESSIBLE_DROP = 2; field in TileAdapter
256 return TYPE_ACCESSIBLE_DROP; in getItemViewType()
335 if (holder.getItemViewType() == TYPE_ACCESSIBLE_DROP) { in onBindViewHolder()