Home | History | Annotate | Download | only in samplecode

Lines Matching refs:ControlType

654     enum ControlType {
683 MyClick(SkView* target, ClickType type, ControlType control)
694 , fControl((ControlType) index)
702 , fControl((ControlType) index)
728 MyClick::ControlType fControlType;
738 MyClick::ControlType fButtonType;
741 static void enable_verb_button(MyClick::ControlType type) {
743 MyClick::ControlType testType = kButtonList[index].fButtonType;
923 void set_controlList(int index, UniControl* control, MyClick::ControlType type) {
947 void set_buttonList(int index, Button* button, MyClick::ControlType type) {