Home
last modified time | relevance | path

Searched defs:createDetailView (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DDetailAdapter.java37 View createDetailView(Context context, View convertView, ViewGroup parent); in createDetailView() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java367 public View createDetailView(Context context, View convertView, ViewGroup parent) { in createDetailView() method in BluetoothTile.BluetoothDetailAdapter
H A DCellularTile.java347 public View createDetailView(Context context, View convertView, ViewGroup parent) { in createDetailView() method in CellularTile.CellularDetailAdapter
H A DCastTile.java372 public View createDetailView(Context context, View convertView, ViewGroup parent) { in createDetailView() method in CastTile.CastDetailAdapter
H A DDndTile.java407 public View createDetailView(Context context, View convertView, ViewGroup parent) { in createDetailView() method in DndTile.DndDetailAdapter
H A DWifiTile.java368 public View createDetailView(Context context, View convertView, ViewGroup parent) { in createDetailView() method in WifiTile.WifiDetailAdapter
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java1069 public View createDetailView(Context context, View convertView, ViewGroup parent) { in createDetailView() method in UserSwitcherController.UserDetailAdapter