Searched refs:backNum (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/Dialog/ |
H A D | settingDialog.ets | 74 backNum: 1, 85 backNum: 2, 91 backNum: 3, 98 backNum: 4, 105 backNum: 5, 112 backNum: 6, 131 backNum: 7, 141 backNum: 8, 148 backNum: 9, 155 backNum: 10, [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/Dialog/ |
H A D | SettingDialog.ets | 113 backNum: 1, 127 backNum: 2, 136 backNum: 3, 146 backNum: 4, 156 backNum: 5, 166 backNum: 6, 185 backNum: 7, 198 backNum: 8, 208 backNum: 9, 218 backNum: 10, [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/ets/common/ |
H A D | settingPublicLayout.ets | 26 private backNum: number = 1 31 if (this.backNum == this.leftSliderIndex) { 84 this.leftSliderIndex = this.backNum 86 console.info('zyk backNum status:' + this.backNum)
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/entry/src/main/ets/common/ |
H A D | SettingPublicLayout.ets | 31 private backNum: number = 1; 43 if (this.backNum === this.leftSliderIndex) { 107 this.leftSliderIndex = this.backNum; 109 …ger.info(TAG, `onClick leftSliderIndex status: ${this.leftSliderIndex}, backNum: ${this.backNum}`);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.cpp | 3253 int32_t backNum = 0; in ResetCachedChildren() local 3266 backNum = cachedSize; in ResetCachedChildren() 3270 backNum = cachedSize; in ResetCachedChildren() 3275 backNum = 2 * cachedSize; in ResetCachedChildren() 3279 backNum = cachedSize + (cachedSize - forwardNum); in ResetCachedChildren() 3283 backNum = cachedSize; in ResetCachedChildren() 3285 backNum = childrenSize - currentIndex_ - 1; in ResetCachedChildren() 3286 int32_t des = cachedSize - backNum; in ResetCachedChildren() 3291 SetSwiperHidden(forwardNum, backNum); in ResetCachedChildren() 3294 void RenderSwiper::SetSwiperHidden(int32_t forwardNum, int32_t backNum) in SetSwiperHidden() argument [all …]
|
H A D | render_swiper.h | 478 void SetSwiperHidden(int32_t forwardNum, int32_t backNum);
|