Home | History | Annotate | Download | only in samplecode

Lines Matching refs:ControlType

657     enum ControlType {
686 MyClick(SkView* target, ClickType type, ControlType control)
697 , fControl((ControlType) index)
705 , fControl((ControlType) index)
731 MyClick::ControlType fControlType;
741 MyClick::ControlType fButtonType;
744 static void enable_verb_button(MyClick::ControlType type) {
746 MyClick::ControlType testType = kButtonList[index].fButtonType;
924 void set_controlList(int index, UniControl* control, MyClick::ControlType type) {
947 void set_buttonList(int index, Button* button, MyClick::ControlType type) {