Home
last modified time | relevance | path

Searched defs:navigationBar (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_element.cpp29 …RefPtr<NavigationBarComponent> navigationBar = AceType::DynamicCast<NavigationBarComponent>(compon… in PerformBuild() local
42 …oid NavigationBarElement::BindMoreButtonClickEvent(const RefPtr<NavigationBarComponent>& navigatio… in BindMoreButtonClickEvent()
82 void NavigationBarElement::BindClickEventToOptions(const RefPtr<NavigationBarComponent>& navigation… in BindClickEventToOptions()
H A Dnavigation_bar_component_v2.h40 RefPtr<Component> navigationBar; in Build() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_component.cpp24 void StackComponent::SetNavigationBar(const RefPtr<Component>& navigationBar) in SetNavigationBar()
/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
H A DRequireScrollMixinTest.java121 final NavigationBar navigationBar = new NavigationBar(application); in testRequireScrollWithNavigationBar() local
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSetupWizardLayoutTest.java124 final NavigationBar navigationBar = layout.getNavigationBar(); in testGetNavigationBar() local
135 final NavigationBar navigationBar = layout.getNavigationBar(); in testGetNavigationBarNull() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DFadeRotationAnimationController.java62 final WindowState navigationBar = displayPolicy.getNavigationBar(); in FadeRotationAnimationController() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_element.cpp70 void SemiModalElement::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Drender_dialog_modal.cpp86 void RenderDialogModal::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
H A Ddialog_modal_element.cpp111 void DialogModalElement::UpdateSystemBarHeight(double statusBar, double navigationBar) in UpdateSystemBarHeight()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindowTest.java103 int navigationBar) { in createTaskDescription()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h131 void NotifySystemBarHeightChanged(double statusBar, double navigationBar) const in NotifySystemBarHeightChanged()
H A Dace_container.cpp438 … systemBarHeightChangeCallback = [weak, id = instanceId_](double statusBar, double navigationBar) { in InitializeCallback()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h215 void NotifySystemBarHeightChanged(double statusBar, double navigationBar) const in NotifySystemBarHeightChanged()
H A Ddialog_container.cpp168 double statusBar, double navigationBar) { in InitializeSystemBarHeightChangeCallback()
H A Dace_container.cpp1024 double statusBar, double navigationBar) { in InitializeCallback()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotSurfaceTest.java109 int navigationBar) { in createTaskDescription()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java109 public void setNavigationBar(LightBarTransitionsController navigationBar) { in setNavigationBar()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt365 val navigationBar = nonApps?.firstOrNull { regex
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardLayout.java194 final NavigationBar navigationBar = getNavigationBar(); in requireScrollToBottom() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h264 void OnSystemBarHeightChanged(double statusBar, double navigationBar) override {} in OnSystemBarHeightChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2182 void PipelineContext::OnSystemBarHeightChanged(double statusBar, double navigationBar) in OnSystemBarHeightChanged()