Searched refs:button (Results 1 – 6 of 6) sorted by relevance
/base/update/updater/services/ui/view/component/ |
D | label_btn_adapter.cpp | 35 LabelBtnAdapter *button = nullptr; in OnFocus() local 39 button = static_cast<LabelBtnAdapter *>(&view); in OnFocus() 41 button->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, focusedTxtcolor_.full); in OnFocus() 42 button->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, focusedBgcolor_.full); in OnFocus() 43 button->Invalidate(); in OnFocus() 49 LabelBtnAdapter *button = nullptr; in OnBlur() local 53 button = static_cast<LabelBtnAdapter *>(&view); in OnBlur() 55 button->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, unfocusedTxtcolor_.full); in OnBlur() 56 button->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, unfocusedBgcolor_.full); in OnBlur() 57 button->Invalidate(); in OnBlur()
|
/base/update/update_app/entry/src/main/js/default/pages/index/ |
D | index.js | 64 button: "查看更新", property 92 page.data.button = "取消查看"; 99 page.data.button = "暂停下载"; 103 page.data.button = '退出'; 158 page.data.button = '退出'; 194 page.data.button = '退出'; 216 page.data.button = "确定"; 220 page.data.button = "查看更新"; 230 page.data.button = '退出'; 241 page.data.button = "查看更新"; [all …]
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 552 for (auto button : multiButton) { in RecoverActionButton() local 553 std::vector<std::string> singleButton = StringSplit(button, SEP_BUTTON_SINGLE); in RecoverActionButton() 966 for (auto button : actionButtonMap_) { in Marshalling() local 967 if (!parcel.WriteUint8(static_cast<uint8_t>(button.first))) { in Marshalling() 971 if (!parcel.WriteString(static_cast<std::string>(button.second.title))) { in Marshalling() 1162 for (auto button : actionButtonMap_) { in GetButtonInfo() local 1166 ActionButtonInfo buttonInfo = button.second; in GetButtonInfo() 1167 … info += std::to_string(static_cast<uint8_t>(button.first)) + SEP_BUTTON_SINGLE + buttonInfo.title; in GetButtonInfo() 1257 for (auto button : actionButtonMap_) { in AddActionButtons() local 1259 auto type = button.first; in AddActionButtons() [all …]
|
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/pages/ |
D | UsbDialog.ets | 19 // allow,notAllow button style
|
/base/web/webview/test/unittest/common/ |
D | nweb_create_window.h | 98 void SendMouseEvent(int x, int y, int button, int action, int count) override in SendMouseEvent() argument
|
/base/web/webview/ohos_nweb/include/ |
D | nweb.h | 143 virtual void SendMouseEvent(int x, int y, int button, int action, int count) = 0;
|