Home
last modified time | relevance | path

Searched defs:scroll (Results 26 - 50 of 80) sorted by relevance

1234

/third_party/node/test/fixtures/wpt/resources/
H A Dtestdriver-actions.js
/third_party/toybox/kconfig/lxdialog/
H A Dmenubox.c111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() argument
169 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() argument
187 int key = 0, button = 0, scroll = 0, choice = 0; dialog_menu() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser.c153 GtkWidget *scroll; in hs20_web_browser() local
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_controller.cpp165 auto scroll = AceType::DynamicCast<RenderScroll>(scroll_.Upgrade()); in MarkScrollRender() local
233 auto scroll = AceType::DynamicCast<RenderScroll>(scroll_.Upgrade()); in ProcessScrollMotion() local
247 auto scroll = AceType::DynamicCast<RenderScroll>(scroll_.Upgrade()); UpdateScrollPosition() local
315 auto scroll = AceType::DynamicCast<RenderScroll>(scroll_.Upgrade()); CheckScroll() local
[all...]
H A Dscroll_bar_controller.h111 void SetScrollNode(const WeakPtr<RenderNode>& scroll) in SetScrollNode() argument
H A Drender_single_child_scroll.cpp29 RefPtr<ScrollComponent> scroll = AceType::DynamicCast<ScrollComponent>(component); in Update() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dsub_menu_layout_algorithm.cpp150 auto scroll = AceType::DynamicCast<FrameNode>(parentMenu->GetParent()); in GetSubMenuPosition() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.cpp140 void ScrollBar::InitScrollBar(const WeakPtr<RenderNode>& scroll, const WeakPtr<PipelineContext>& context) in InitScrollBar() argument
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.cpp216 RefPtr<BoxComponent> SelectPopupComponent::InitializeInnerBox(const RefPtr<ScrollComponent>& scroll) in InitializeInnerBox() argument
311 RefPtr<ScrollComponent> scroll = AceType::MakeRefPtr<ScrollComponent>(column); in Initialize() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/scroll/
H A Dscroll_scrollto_test.cpp69 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); in CreateNativeNode() local
141 auto scroll in CreateNativeNodeEase() local
213 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeEaseInOut() local
285 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeEaseIn() local
357 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeEaseOut() local
429 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeExtremeDeceleration() local
501 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeFastOutLinearIn() local
573 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeFastOutSlowIn() local
645 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeFriction() local
717 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeLinearOutSlowIn() local
789 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeRhythm() local
861 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeSharp() local
933 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeSmooth() local
[all...]
H A Dscroll_currentoffset_test.cpp69 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); in CreateNativeNode() local
141 auto scroll in CreateNativeNodeEase() local
213 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeEaseInOut() local
285 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeEaseIn() local
357 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeEaseOut() local
429 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeExtremeDeceleration() local
501 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeFastOutLinearIn() local
573 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeFastOutSlowIn() local
645 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeFriction() local
717 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeLinearOutSlowIn() local
789 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeRhythm() local
861 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeSharp() local
933 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); CreateNativeNodeSmooth() local
[all...]
H A Dscroll_hittestbehavior_test.cpp90 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); in CreateSubScrollNode() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_scroll.c103 static void scroll(AVFilterContext *ctx, AVFrame *in, AVFrame *out) in scroll() function
186 AVFILTER_DEFINE_CLASS(scroll); variable
H A Dvsrc_cellauto.c54 int stitch, scroll, start_full; member
/third_party/libinput/src/
H A Dfilter-custom.c204 struct custom_accel_function *scroll; member
292 *scroll = NULL; in custom_accelerator_set_accel_config() local
[all...]
/third_party/skia/modules/skplaintexteditor/app/
H A Deditor_application.cpp160 bool scroll(int delta) { in scroll() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbrowser.c294 GtkWidget *scroll; in hs20_web_browser() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_view.cpp242 auto scroll = FrameNode::CreateFrameNode( in CreateScrollNode() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dgrid_layout_manager.cpp467 RefPtr<RenderMultiChildScroll> scroll = AceType::DynamicCast<RenderMultiChildScroll>(parentNode); in MoveItemToViewPort() local
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp662 UIScrollView* scroll = new UIScrollView(); in UIKitUITestBorderMarginPaddingTest016() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/
H A Danimator_event_test.cpp326 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); in testAnimatorRegisterOnFrame_003() local
406 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); in testAnimatorRegisterOnFinish_004() local
483 auto scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); in testAnimatorRegisterOnCancel_005() local
560 auto scroll in testAnimatorRegisterOnRepeat_006() local
[all...]
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h76 struct nk_vec2 scroll; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_pattern_test_ng.cpp1590 auto scroll = FrameNode::CreateFrameNode(V2::MENU_ETS_TAG, 1, AceType::MakeRefPtr<ScrollPattern>()); in HWTEST_F() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gestureScroll/
H A Dgesture_interfaceTest.cpp206 ArkUI_NodeHandle scroll = nodeAPI->createNode(ARKUI_NODE_SCROLL); in CreateNativeNode() local
[all...]
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfdperf.c461 static int scroll = 0; in redraw() local
554 int cnt = 0, current = 0, scroll; counter_dialog() local
[all...]

Completed in 22 milliseconds

1234