Home
last modified time | relevance | path

Searched defs:buttons (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp51 std::vector<ButtonInfo> buttons; in CreateButtonInfoVector() local
97 …std::vector<ButtonInfo> buttons = CreateButtonInfoVector(buttonsInfo, size, SHOW_DIALOG_BUTTON_NUM… in FfiPromptShowDialog() local
114 …std::vector<ButtonInfo> buttons = CreateButtonInfoVector(buttonsInfo, size, SHOW_ACTION_MENU_BUTTO… in FfiPromptShowActionMenu() local
/aosp14/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/tests/src/com/android/systemui/accessibility/accessibilitymenu/tests/
H A DAccessibilityMenuServiceTest.java236 List<AccessibilityNodeInfo> buttons, String text) { in findGridButtonInfo()
252 List<AccessibilityNodeInfo> buttons = getGridButtonList(); in testAdjustBrightness() local
294 List<AccessibilityNodeInfo> buttons = getGridButtonList(); in testAdjustVolume() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h180 …virtual void ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog()
183const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
185 …virtual void ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog()
207 …ual void ShowActionMenu(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowActionMenu()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alert_dialog_ffi.cpp194 CArrNativeAlertDialogButtonOptions buttons, in ParseButtonArray()
208 CArrNativeAlertDialogButtonOptions buttons, in FfiOHOSShowAlertDialogParamWithOptions()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Ddialog_module.cpp66 JSIValue buttons = JSI::GetNamedProperty(args[0], BUTTON_KEY); in ShowDialog() local
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHierarchicalMove.java32 Button[] buttons = new Button[6]; field in HierarchicalMove
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_animation_controller.cpp212 auto buttons = ref->buttons_.Upgrade(); in CreateInOpacityAnimation() local
295 auto buttons = ref->buttons_.Upgrade(); in CreateOutOpacityAnimation() local
H A Dpicker_base_component.cpp489 std::list<RefPtr<Component>> buttons; in InitializeButtons() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputView.java212 List<View> buttons = new ArrayList<>(); in startErrorAnimation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp819 const std::vector<ButtonInfo>& buttons, const DialogButtonDirection& direction) in BuildButtons()
863 const std::vector<ButtonInfo>& buttons, const RefPtr<NG::FrameNode>& container, bool isVertical) in AddButtonAndDivider()
1041 RefPtr<FrameNode> DialogPattern::BuildMenu(const std::vector<ButtonInfo>& buttons, bool hasTitle) in BuildMenu()
1312 void DialogPattern::UpdatePropertyForElderly(const std::vector<ButtonInfo>& buttons) in UpdatePropertyForElderly()
1340 bool DialogPattern::NeedsButtonDirectionChange(const std::vector<ButtonInfo>& buttons) in NeedsButtonDirectionChange()
1805 std::unique_ptr<JsonValue> buttons = JsonUtil::Create(true); in DumpSimplifyObjectProperty() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp67 JSIValue buttons, in ShowDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java266 View buttons = mLayout.findViewById(R.id.screen_pinning_buttons); in inflateView() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.cpp1390const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialogForAbility()
1412const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialogForService()
1459 …s::ShowDialogForAbility(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialogForAbility()
1479 …s::ShowDialogForService(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialogForService()
1523const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
1534 …bwindowOhos::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp604 bool ContainerModalPattern::GetContainerModalButtonsRect(RectF& containerModal, RectF& buttons) in GetContainerModalButtonsRect()
672 RectF buttons; in CallButtonsRectChange() local
812 auto buttons = buttonsRow->GetChildren(); in InitButtonsLayoutProperty() local
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Devent_dispatcher.cpp259 uint32_t buttons = 0; in ConvertMouseEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp648const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
663const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
679 const std::vector<ButtonInfo>& buttons, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
716 const std::vector<ButtonInfo>& buttons, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp477const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
498 const std::vector<ButtonInfo>& buttons, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationBarInflaterView.java219 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DSmartReplyViewTest.java565 Stream<Button> buttons = IntStream.range(0, smartActions.actions.size()).mapToObj(idx -> in setSmartActions() local
952 List<Button> buttons = IntStream.range(0, smartActions.actions.size()) in testInflateActionButton_smartActionIconSingleLineSizeForTwoLineButton() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp386 void BubbleView::UpdateBubbleButtons(std::list<RefPtr<UINode>>& buttons, const RefPtr<PopupParam>& … in UpdateBubbleButtons()
443 auto buttons = child->GetChildren(); in UpdateBubbleContent() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1610 NG::RectF buttons; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp247 const std::vector<ButtonInfo>& buttons, std::function<void(int32_t, int32_t)>&& callback, in ShowDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarInflaterView.java291 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow_manager.cpp868const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& n… in ShowDialog()
900 …ndowManager::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp1678const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
1693const std::vector<ButtonInfo>& buttons, bool autoCancel, std::function<void(int32_t, int32_t)>&& c… in ShowDialog()
1708 …Declarative::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog()
1752 …Declarative::ShowDialog(const PromptDialogAttr& dialogAttr, const std::vector<ButtonInfo>& buttons, in ShowDialog()
2026 const std::vector<ButtonInfo>& buttons, std::function<void(int32_t, int32_t)>&& callback) in ShowActionMenu()

12