/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable_pattern.cpp | 914 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 D | ext4.h | 2037 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 D | render_list.h | 266 int32_t RequestNextFocus(bool vertical, bool reverse);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_pattern.h | 195 void ScrollPage(bool reverse, bool smooth = false,
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/ |
H A D | socperf_executor_config.cpp | 93 reverse(configFilePaths.begin(), configFilePaths.end()); in GetAllRealConfigPath()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 132 reverseList.reverse(); in MergeOtherCache()
|
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/ |
H A D | mk-ccs-regs | 264 my ($msb, $lsb, $this_field) = reverse @a;
|
/kernel/linux/linux-6.6/include/media/ |
H A D | media-entity.h | 171 * @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 D | slab.py | 207 for loc in sorted(loc_track, key=lambda x:x['count'], reverse=True):
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | env_pool.py | 100 self._managers = dict(sorted(self._managers.items(), reverse=True))
|
H A D | manager_env.py | 154 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 D | index.js | 512 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router1/ |
H A D | index.js | 477 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router2/ |
H A D | index.js | 474 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router/ |
H A D | index.js | 474 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/gridContainer/router/ |
H A D | index.js | 442 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router/ |
H A D | index.js | 474 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/input/router/ |
H A D | index.js | 442 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/button/router/ |
H A D | index.js | 462 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/chart/router/ |
H A D | index.js | 512 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router3/ |
H A D | index.js | 474 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/gridCol/router/ |
H A D | index.js | 436 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router1/ |
H A D | index.js | 477 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router3/ |
H A D | index.js | 475 animation.reverse()
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/imageAnimator/router2/ |
H A D | index.js | 474 animation.reverse()
|