Home
last modified time | relevance | path

Searched refs:thumbnailViews (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DSeascapePagedViewHandler.java113 View[] thumbnailViews, int desiredTaskId, View banner) { in setDwbLayoutParamsAndGetTranslations() argument
121 (FrameLayout.LayoutParams) thumbnailViews[0] in setDwbLayoutParamsAndGetTranslations()
134 bannerParams.width = thumbnailViews[1].getMeasuredHeight(); in setDwbLayoutParamsAndGetTranslations()
136 bannerParams.width = thumbnailViews[0].getMeasuredHeight(); in setDwbLayoutParamsAndGetTranslations()
H A DLandscapePagedViewHandler.java315 View[] thumbnailViews, int desiredTaskId, View banner) { in setDwbLayoutParamsAndGetTranslations() argument
324 (FrameLayout.LayoutParams) thumbnailViews[0] in setDwbLayoutParamsAndGetTranslations()
335 bannerParams.width = thumbnailViews[0].getMeasuredHeight(); in setDwbLayoutParamsAndGetTranslations()
337 bannerParams.width = thumbnailViews[1].getMeasuredHeight(); in setDwbLayoutParamsAndGetTranslations()
H A DPortraitPagedViewHandler.java329 View[] thumbnailViews, int desiredTaskId, View banner) { in setDwbLayoutParamsAndGetTranslations() argument
347 bannerParams.width = thumbnailViews[0].getMeasuredWidth(); in setDwbLayoutParamsAndGetTranslations()
349 bannerParams.width = thumbnailViews[1].getMeasuredWidth(); in setDwbLayoutParamsAndGetTranslations()
361 (FrameLayout.LayoutParams) thumbnailViews[0] in setDwbLayoutParamsAndGetTranslations()
H A DPagedOrientationHandler.java196 View[] thumbnailViews, int desiredTaskId, View banner); in setDwbLayoutParamsAndGetTranslations() argument