Searched defs:Switch (Results 1 – 3 of 3) sorted by relevance
101 public class Switch extends CompoundButton { class200 public Switch(Context context) { in Switch() method in Switch211 public Switch(Context context, AttributeSet attrs) { in Switch() method in Switch225 public Switch(Context context, AttributeSet attrs, int defStyleAttr) { in Switch() method in Switch246 public Switch(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in Switch() method in Switch
330 class Switch { class337 constexpr Switch(uint8_t flags) : mFlags(flags) {} in Switch() function in android::__anonb56317240111::Switch
296 const Switch = IInputConstants::DEVICE_CLASS_SWITCH as u32; constant