Home
last modified time | relevance | path

Searched refs:reverse (Results 251 - 275 of 514) sorted by relevance

1...<<1112131415161718192021

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp914 auto scrollPageCallback = [weak = WeakClaim(this)](bool reverse, bool smooth) { in RegisterScrollBarEventTask()
917 pattern->ScrollPage(reverse, smooth); in RegisterScrollBarEventTask()
1150 auto scrollPageCallback = [weak = WeakClaim(this)](bool reverse, bool smooth) { in SetScrollBarProxy()
1153 return pattern->ScrollPage(reverse, smooth); in SetScrollBarProxy()
3083 bool reverse = false; in HandleClickEvent() local
3084 if (scrollBar_->AnalysisUpOrDown(point, reverse) && isMousePressed_) { in HandleClickEvent()
3085 ScrollPage(reverse, true); in HandleClickEvent()
3089 void ScrollablePattern::ScrollPage(bool reverse, bool smooth, AccessibilityScrollType scrollType) in ScrollPage() argument
3091 float distance = reverse ? GetMainContentSize() : -GetMainContentSize(); in ScrollPage()
/kernel/linux/linux-5.10/include/trace/events/
H A Dext4.h2037 int reverse, int found, ext4_lblk_t found_blk),
2039 TP_ARGS(inode, from, to, reverse, found, found_blk),
2046 __field( int, reverse )
2056 __entry->reverse = reverse;
2061 TP_printk("dev %d,%d ino %lu from %u to %u reverse %d found %d "
2066 __entry->reverse, __entry->found,
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h266 int32_t RequestNextFocus(bool vertical, bool reverse);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_pattern.h195 void ScrollPage(bool reverse, bool smooth = false,
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_config.cpp93 reverse(configFilePaths.begin(), configFilePaths.end()); in GetAllRealConfigPath()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dlru_cache_disk_handler.cpp132 reverseList.reverse(); in MergeOtherCache()
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs264 my ($msb, $lsb, $this_field) = reverse @a;
/kernel/linux/linux-6.6/include/media/
H A Dmedia-entity.h171 * @reverse: Pointer to the link for the reverse direction of a pad to pad
189 struct media_link *reverse; member
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dslab.py207 for loc in sorted(loc_track, key=lambda x:x['count'], reverse=True):
/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Denv_pool.py100 self._managers = dict(sorted(self._managers.items(), reverse=True))
H A Dmanager_env.py154 self.managers = dict(sorted(self.managers.items(), reverse=True))
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/camera/router/
H A Dindex.js512 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router1/
H A Dindex.js477 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router2/
H A Dindex.js474 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router/
H A Dindex.js474 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/gridContainer/router/
H A Dindex.js442 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router/
H A Dindex.js474 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/input/router/
H A Dindex.js442 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/button/router/
H A Dindex.js462 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/chart/router/
H A Dindex.js512 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router3/
H A Dindex.js474 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/gridCol/router/
H A Dindex.js436 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router1/
H A Dindex.js477 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router3/
H A Dindex.js475 animation.reverse()
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router2/
H A Dindex.js474 animation.reverse()

Completed in 24 milliseconds

1...<<1112131415161718192021