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
327 class Switch { class334 constexpr Switch(uint8_t flags) : mFlags(flags) {} in Switch() function in android::__anon9bb4b3c20111::Switch
252 const Switch = IInputConstants::DEVICE_CLASS_SWITCH as u32; constant