Lines Matching refs:kButtonList
744 } kButtonList[kButtonCount]; variable
748 MyClick::ControlType testType = kButtonList[index].fButtonType; in enable_verb_button()
750 Button* button = kButtonList[index].fButton; in enable_verb_button()
948 kButtonList[index].fButton = button; in set_buttonList()
949 kButtonList[index].fButtonType = type; in set_buttonList()
1028 kButtonList[index].fButton->fBounds.setXYWH(this->width() - 50, in setControlButtonsPos()
1570 kButtonList[index].fButton->draw(canvas, fButtonPaints); in onDrawContent()
1633 if (kButtonList[index].fButton->contains(rectPt)) { in onFindClickHandler()
1634 return new MyClick(this, MyClick::kControlType, kButtonList[index].fButtonType); in onFindClickHandler()
1833 Button* button = kButtonList[index].fButton; in onQuery()
1835 MyClick click(this, MyClick::kControlType, kButtonList[index].fButtonType); in onQuery()
1849 Button* button = kButtonList[index].fButton; in onQuery()
1851 MyClick click(this, MyClick::kControlType, kButtonList[index].fButtonType); in onQuery()