mirror of
https://github.com/openharmony/applications_sample_camera.git
synced 2026-07-19 13:14:38 -04:00
更改launcher/launcher/src/main/cpp/swipe_view.cpp文件,加入arrPage参数
更改文件127行,加入ViewGroupPage* arrPage_[MAX_VIEWGROUP]参数 Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
@@ -124,7 +124,7 @@ void SwipeView::OnSetUpView()
|
||||
swipe_->SetCurrentPage(0);
|
||||
}
|
||||
|
||||
void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount)
|
||||
void BundleInfoScan(BundleInfo* pBundleInfos, int count, int groupCount, ViewGroupPage* arrPage_[MAX_VIEWGROUP])
|
||||
{
|
||||
arrPage_[0]->SetMatrix(APP_ROW_COUNT, APP_COL_COUNT);
|
||||
arrPage_[0]->SetScale(0.6);
|
||||
|
||||
Reference in New Issue
Block a user