Home
last modified time | relevance | path

Searched defs:Switch (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DSwitch.java91 public class Switch extends CompoundButton { class
190 public Switch(Context context) { in Switch() method in Switch
201 public Switch(Context context, AttributeSet attrs) { in Switch() method in Switch
215 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { in Switch() method in Switch
236 public Switch(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Switch() method in Switch
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp226 class Switch { class
233 constexpr Switch(uint8_t flags) : mFlags(flags) {} in Switch() function in android::__anon690583750111::Switch