Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSwitch.java87 public class Switch extends CompoundButton { class
186 public Switch(Context context) { in Switch() method in Switch
197 public Switch(Context context, AttributeSet attrs) { in Switch() method in Switch
211 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { in Switch() method in Switch
232 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::__anond8b540170111::Switch