Lines Matching refs:SetStyle
140 button->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
146 button1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Green().full);
147 button1->SetStyle(STYLE_BACKGROUND_OPA, 200); // 200: background opacity
148 button1->SetStyle(STYLE_BORDER_RADIUS, 3); // 3: border radius
159 block->SetStyle(STYLE_BACKGROUND_COLOR, Color::Gray().full);
160 block->SetStyle(STYLE_BACKGROUND_OPA, 200); // 200: background opacity
166 block2->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full);
167 block2->SetStyle(STYLE_BACKGROUND_OPA, OPA_OPAQUE);
173 block3->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full);
174 block3->SetStyle(STYLE_BACKGROUND_OPA, 200); // 200: background opacity
180 block4->SetStyle(STYLE_BACKGROUND_COLOR, Color::Red().full);
181 block4->SetStyle(STYLE_BACKGROUND_OPA, OPA_OPAQUE);
194 g_rootView1->SetStyle(STYLE_BACKGROUND_COLOR, Color::Olive().full);
198 g_rootView2->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full);
202 g_rootView3->SetStyle(STYLE_BACKGROUND_COLOR, Color::Red().full);
203 g_rootView3->SetStyle(STYLE_BACKGROUND_OPA, OPA_OPAQUE);
209 label->SetStyle(STYLE_TEXT_COLOR, Color::Black().full);
210 label->SetStyle(STYLE_BACKGROUND_COLOR, Color::Yellow().full);
211 label->SetStyle(STYLE_BACKGROUND_OPA, OPA_OPAQUE);
252 rootView->SetStyle(STYLE_BACKGROUND_COLOR, Color::Olive().full);