Home
last modified time | relevance | path

Searched defs:EXACTLY (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperSurfaceCallback.java168 mHomeImageWallpaper.measure(makeMeasureSpec(mContainerView.getWidth(), EXACTLY), in setupSurfaceWallpaper() local
169 makeMeasureSpec(mContainerView.getHeight(), EXACTLY)); in setupSurfaceWallpaper() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java152 onMeasure(makeMeasureSpec(getMeasuredWidth(), EXACTLY), in setHolesAllowedInLayoutNoAnimation() local
153 makeMeasureSpec(getMeasuredHeight(), EXACTLY)); in setHolesAllowedInLayoutNoAnimation() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java1832 measure(makeMeasureSpec(getMeasuredWidth(), EXACTLY), in showCurrentTask() local
1833 makeMeasureSpec(getMeasuredHeight(), EXACTLY)); in showCurrentTask() local