SYMBOL INDEX (252 symbols across 43 files) FILE: examples/address-book/components/address-book/index.js method observer (line 44) | observer(newVal) { method created (line 80) | created() { method attached (line 87) | attached() { method handlePan (line 103) | handlePan(e) { method _handlePan (line 106) | _handlePan(e) { method cancelPan (line 122) | cancelPan() { method computedSize (line 127) | computedSize() { method handleScroll (line 138) | handleScroll(e) { method updateCurrent (line 157) | updateCurrent(idx) { FILE: examples/address-book/components/navigation-bar/index.js method attached (line 56) | attached() { method _showChange (line 73) | _showChange(show) { method back (line 85) | back() { FILE: examples/address-book/pages/index/index.js method attached (line 8) | attached() { FILE: examples/album/components/album/album-image/index.js constant IMAGE_INIT_WIDTH (line 4) | const IMAGE_INIT_WIDTH = 0 constant IMAGE_INIT_HEIGHT (line 5) | const IMAGE_INIT_HEIGHT = 1 constant IMAGE_WIDTH (line 6) | const IMAGE_WIDTH = 2 constant IMAGE_HEIGHT (line 7) | const IMAGE_HEIGHT = 3 constant IMAGE_TARGET_WIDTH (line 8) | const IMAGE_TARGET_WIDTH = 4 constant IMAGE_TARGET_HEIGHT (line 9) | const IMAGE_TARGET_HEIGHT = 5 constant IMAGE_RATIO (line 10) | const IMAGE_RATIO = 6 constant IN_PREVIEW (line 11) | const IN_PREVIEW = 7 method 'width, height' (line 37) | 'width, height'() { method created (line 43) | created() { method attached (line 58) | attached() { method detached (line 123) | detached() { method onFrame (line 140) | onFrame(evt) { method onImageLoad (line 183) | onImageLoad(evt) { method renderImage (line 193) | renderImage() { FILE: examples/album/components/album/index.js function transformListToLineBlock (line 4) | function transformListToLineBlock(list, lineLimit) { method 'list, lineLimit' (line 50) | 'list, lineLimit'(list, lineLimit) { method created (line 61) | created() { method attached (line 66) | attached() { method detached (line 86) | detached() { method onTapImage (line 93) | onTapImage(evt) { FILE: examples/album/components/album/route.js function initRoute (line 3) | function initRoute() { FILE: examples/album/components/navigation-bar/index.js method attached (line 56) | attached() { method _showChange (line 73) | _showChange(show) { method back (line 85) | back() { FILE: examples/album/components/previewer/index.js constant TRANSLATE_X (line 27) | const TRANSLATE_X = 0 constant TRANSLATE_Y (line 28) | const TRANSLATE_Y = 1 constant START_Y (line 29) | const START_Y = 2 constant OPACITY (line 30) | const OPACITY = 3 constant SCALE (line 31) | const SCALE = 4 constant MIN_SCALE (line 32) | const MIN_SCALE = 5 constant USER_GESTURE_IN_PROGRESS (line 33) | const USER_GESTURE_IN_PROGRESS = 6 constant GESTURE_STATE (line 34) | const GESTURE_STATE = 7 constant PAGE_ID (line 35) | const PAGE_ID = 8 constant TEMP_LAST_SCALE (line 36) | const TEMP_LAST_SCALE = 9 constant RENDERER (line 37) | const RENDERER = 10 function clamp (line 39) | function clamp(value, min, max) { function recoverTiming (line 44) | function recoverTiming(target, renderer, callback) { function calcOpacity (line 49) | function calcOpacity(moveY, screenHeight) { function calcScale (line 55) | function calcScale(moveY, screenHeight) { method created (line 79) | created() { method attached (line 99) | attached() { method detached (line 235) | detached() { method onScale (line 253) | onScale(evt) { method onBack (line 322) | onBack() { method shouldResponseOnMove (line 328) | shouldResponseOnMove() { FILE: examples/album/components/previewer/preview-home/index.js method tempIndex (line 26) | tempIndex(tempIndex) { method attached (line 35) | attached() { method detached (line 47) | detached() { method onBeforeRender (line 54) | onBeforeRender(evt) { method onTapImage (line 61) | onTapImage() { method onBack (line 65) | onBack(evt) { FILE: examples/album/components/previewer/preview-image/index.js constant MOVE_X (line 4) | const MOVE_X = 0 constant MOVE_Y (line 5) | const MOVE_Y = 1 constant SCALE (line 6) | const SCALE = 2 constant IMG_WIDTH (line 7) | const IMG_WIDTH = 3 constant IMG_HEIGHT (line 8) | const IMG_HEIGHT = 4 constant IMG_MAX_SCALE (line 9) | const IMG_MAX_SCALE = 5 constant IMG_MIN_SCALE (line 10) | const IMG_MIN_SCALE = 6 constant IMG_MIN_MOVE_X (line 11) | const IMG_MIN_MOVE_X = 7 constant IMG_MAX_MOVE_X (line 12) | const IMG_MAX_MOVE_X = 8 constant IMG_MIN_MOVE_Y (line 13) | const IMG_MIN_MOVE_Y = 9 constant IMG_MAX_MOVE_Y (line 14) | const IMG_MAX_MOVE_Y = 10 constant GESTURE_STATE (line 15) | const GESTURE_STATE = 11 constant TEMP_MOVE_X (line 16) | const TEMP_MOVE_X = 12 constant TEMP_MOVE_Y (line 17) | const TEMP_MOVE_Y = 13 constant TEMP_SCALE (line 18) | const TEMP_SCALE = 14 constant INIT_MOVE_X (line 19) | const INIT_MOVE_X = 15 constant INIT_MOVE_Y (line 20) | const INIT_MOVE_Y = 16 constant INIT_SCALE (line 21) | const INIT_SCALE = 17 constant CURRENT_ID (line 22) | const CURRENT_ID = 18 constant PAGE_ID (line 23) | const PAGE_ID = 19 constant RENDERER (line 24) | const RENDERER = 20 constant DEFAULT_IMG_SCALE_MAX (line 26) | const DEFAULT_IMG_SCALE_MAX = 10 function adjustTiming (line 31) | function adjustTiming(target, renderer, callback) { function recoverTiming (line 36) | function recoverTiming(target, renderer, callback) { function vibrateShort (line 41) | function vibrateShort(type = 'light') { method status (line 58) | status(status) { method created (line 74) | created() { method attached (line 102) | attached() { method detached (line 395) | detached() { method resetImg (line 416) | resetImg() { method onImgLoad (line 432) | onImgLoad(evt) { method onDoubleTap (line 493) | onDoubleTap(evt) { FILE: examples/album/components/previewer/preview-list/index.js constant GESTURE_STATE (line 11) | const GESTURE_STATE = 0 constant CURRENT_ID (line 12) | const CURRENT_ID = 1 constant RENDERER (line 13) | const RENDERER = 2 method list (line 33) | list(list) { method index (line 44) | index(index) { method created (line 62) | created() { method attached (line 72) | async attached() { method detached (line 128) | detached() { method toggleImage (line 146) | async toggleImage(index, disableAnimation = false) { method onImageRender (line 162) | onImageRender(evt) { method onTapImage (line 172) | onTapImage() { method shouldResponseOnMove (line 177) | shouldResponseOnMove() { method onSwiperChange (line 184) | onSwiperChange(evt) { FILE: examples/album/pages/album/index.js method onLoad (line 11) | onLoad() { FILE: examples/album/pages/preview/index.js method attached (line 22) | attached() { FILE: examples/album/utils/event-bus.js function on (line 5) | function on(eventName, handler) { function off (line 10) | function off(eventName, handler) { function emit (line 18) | function emit(eventName, ...args) { function initWorkletEventBus (line 27) | function initWorkletEventBus(renderer) { FILE: examples/album/utils/store.js function getAlbum (line 2) | function getAlbum() { FILE: examples/album/utils/worklet.js function getShared (line 1) | function getShared(renderer) { function getTiming (line 6) | function getTiming(renderer) { function getRunOnUI (line 15) | function getRunOnUI(renderer) { function getRunOnJS (line 20) | function getRunOnJS(renderer) { FILE: examples/app-bar/app-bar/index.js method attached (line 40) | attached() { method close (line 95) | close() { method expand (line 102) | expand() { method handleDragUpdate (line 109) | handleDragUpdate(delta) { method handleDragEnd (line 116) | handleDragEnd(velocity) { method handleVerticalDrag (line 141) | handleVerticalDrag(evt) { FILE: examples/app-bar/components/navigation-bar/navigation-bar.js method attached (line 56) | attached() { method detached (line 84) | detached() { method _showChange (line 93) | _showChange(show) { method back (line 107) | back() { FILE: examples/app-bar/pages/detail/index.js method onLoad (line 45) | onLoad(query) { method onReady (line 54) | onReady() { method onShow (line 59) | onShow() { FILE: examples/app-bar/pages/index/index.js method onLoad (line 26) | onLoad() { method onShow (line 34) | onShow() { method goDetail (line 47) | goDetail(e) { FILE: examples/associated-scroll-view/components/category-list/category-list.js method created (line 30) | created() { method attached (line 37) | attached() { method getCanSwipe (line 45) | getCanSwipe() { method setSwipingValue (line 48) | setSwipingValue(swiping) { method shouldScrollViewResp (line 51) | shouldScrollViewResp(e) { method handleScroll (line 59) | handleScroll(e) { FILE: examples/associated-scroll-view/pages/index/index.js method created (line 12) | created() { method attached (line 18) | attached() { method shouldSwiperResp (line 26) | shouldSwiperResp() { method onSwiperStart (line 35) | onSwiperStart() { method onSwiperEnd (line 39) | onSwiperEnd() { method onChange (line 43) | onChange(e) { FILE: examples/associated-scroll-view/util.js function getCategories (line 1) | function getCategories() { function getProducts (line 31) | function getProducts() { FILE: examples/card_transition/components/card/card.js method created (line 27) | created() { method attached (line 42) | attached() { method navigateTo (line 94) | navigateTo(e) { method handleFrame (line 102) | handleFrame(data) { FILE: examples/card_transition/components/navigation-bar/index.js method attached (line 56) | attached() { method _showChange (line 73) | _showChange(show) { method back (line 85) | back() { FILE: examples/card_transition/pages/detail/detail.js method created (line 49) | created() { method attached (line 56) | attached() { method handlePanGesture (line 122) | handlePanGesture(e) { FILE: examples/card_transition/pages/list/list.js method created (line 14) | created() { FILE: examples/card_transition/pages/list/route.js function CurveAnimation (line 18) | function CurveAnimation({ function installRouteBuilder (line 144) | function installRouteBuilder() { FILE: examples/expanded-scroll-view/pages/index/index.js method created (line 43) | created() { method attached (line 53) | attached() { method onBannerLoaded (line 68) | onBannerLoaded() { method updateNavBackColor (line 79) | updateNavBackColor(expand) { method bindAnimatedStyle (line 82) | bindAnimatedStyle() { method handlePan (line 145) | handlePan(e) { method shouldPanResponse (line 202) | shouldPanResponse() { method handleScroll (line 206) | handleScroll(e) { method shouldScrollViewResponse (line 218) | shouldScrollViewResponse(e) { method adjustDeceleration (line 228) | adjustDeceleration(velocity) { FILE: examples/expanded-scroll-view/util.js function getCategory (line 1) | function getCategory() { function getProducts (line 17) | function getProducts() { FILE: examples/half-screen/pages/index/comment-data.js function getCommentList (line 2) | function getCommentList() { FILE: examples/half-screen/pages/index/index.js method created (line 18) | created() { method ready (line 24) | ready() { method onTapOpenComment (line 39) | onTapOpenComment() { method openComment (line 42) | openComment(duration) { method onTapCloseComment (line 46) | onTapCloseComment() { method closeComment (line 49) | closeComment() { method shouldPanResponse (line 54) | shouldPanResponse() { method shouldScrollViewResponse (line 58) | shouldScrollViewResponse(pointerEvent) { method handlePan (line 69) | handlePan(gestureEvent) { method adjustDecelerationVelocity (line 88) | adjustDecelerationVelocity(velocity) { method handleScroll (line 93) | handleScroll(evt) { FILE: examples/product-list/components/navigation-bar/index.js method attached (line 56) | attached() { method _showChange (line 73) | _showChange(show) { method back (line 85) | back() { FILE: examples/product-list/pages/index/index.js method created (line 38) | created() { method attached (line 42) | attached() { method chooseVipCategory (line 71) | chooseVipCategory(evt) { method handleScrollUpdate (line 79) | handleScrollUpdate(evt) { FILE: examples/product-list/util.js function getCategory (line 1) | function getCategory() { function getGoods (line 34) | function getGoods(num) { function getVIPCategory (line 72) | function getVIPCategory() { FILE: examples/refresher-two-level/components/navigation-bar/index.js method attached (line 56) | attached() { method _showChange (line 73) | _showChange(show) { method back (line 85) | back() { FILE: examples/refresher-two-level/goods/index.ts method back (line 18) | back() { method onRouteDone (line 26) | onRouteDone() { method onLoad (line 36) | onLoad() { method onReady (line 43) | onReady() { method onShow (line 50) | onShow() { method onHide (line 57) | onHide() { method onUnload (line 64) | onUnload() { method onPullDownRefresh (line 71) | onPullDownRefresh() { method onReachBottom (line 78) | onReachBottom() { method onShareAppMessage (line 85) | onShareAppMessage() { FILE: examples/refresher-two-level/index/index.ts type RefreshStatus (line 3) | enum RefreshStatus { method created (line 67) | created() { method attached (line 71) | attached() { method chooseVipCategory (line 110) | chooseVipCategory(evt) { method handleScrollStart (line 118) | handleScrollStart(evt) { method handleScrollUpdate (line 123) | handleScrollUpdate(evt) { method handleScrollEnd (line 132) | handleScrollEnd(evt) { method onPulling (line 136) | onPulling(e) { method onRefresh (line 140) | onRefresh() { method onRestore (line 152) | onRestore(e) { method onAbort (line 156) | onAbort(e) { method closeTwoLevel (line 160) | closeTwoLevel() { method onStatusChange (line 166) | onStatusChange(e) { method buildText (line 193) | buildText(status: RefreshStatus) { FILE: examples/refresher-two-level/util.js function getCategory (line 1) | function getCategory() { function getGoods (line 34) | function getGoods(num) { function getVIPCategory (line 72) | function getVIPCategory() { function getExpCategory (line 86) | function getExpCategory() { function getVideoList (line 100) | function getVideoList(num) { FILE: examples/segmented-half-screen/pages/index/comment-data.js function getCommentList (line 2) | function getCommentList() { FILE: examples/segmented-half-screen/pages/index/index.js function clamp (line 3) | function clamp(val, min, max) { method created (line 26) | created() { method attached (line 33) | attached() { method ready (line 38) | ready() { method setMapScale (line 53) | setMapScale(scale) { method scrollTo (line 56) | scrollTo(toValue) { method shouldPanResponse (line 67) | shouldPanResponse() { method shouldScrollViewResponse (line 71) | shouldScrollViewResponse(pointerEvent) { method handlePan (line 84) | handlePan(gestureEvent) { method adjustDecelerationVelocity (line 120) | adjustDecelerationVelocity(velocity) { method handleScroll (line 125) | handleScroll(evt) { method handleTouchEnd (line 130) | handleTouchEnd() { FILE: examples/tab-indicator/components/navigation-bar/index.js method attached (line 56) | attached() { method _showChange (line 73) | _showChange(show) { method back (line 85) | back() { FILE: examples/tab-indicator/pages/index/index.js method created (line 36) | created() { method attached (line 47) | attached() { method onTapTab (line 58) | onTapTab(evt) { method onTabChanged (line 65) | onTabChanged(evt) { method onTabTransition (line 78) | onTabTransition(evt) { method onTabTransitionEnd (line 94) | onTabTransitionEnd(evt) {