Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java86 public class Switch extends CompoundButton { class
185 public Switch(Context context) { in Switch() method in Switch
196 public Switch(Context context, AttributeSet attrs) { in Switch() method in Switch
210 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { in Switch() method in Switch
231 public Switch(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Switch() method in Switch
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp216 class Switch { class
223 constexpr Switch(uint8_t flags) : mFlags(flags) {} in Switch() function in android::__anon0074a7990111::Switch