Home
last modified time | relevance | path

Searched defs:holes (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DAddWorkspaceItemsTaskTest.java161 private int setupWorkspaceWithHoles(int startId, int screenId, Rect... holes) throws Exception { in setupWorkspaceWithHoles()
167 BgDataModel bgDataModel, int startId, int screenId, Rect... holes) { in writeWorkspaceWithHoles()
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp176 Region holes(targetSettings.clip.subtract(under)); in prepareClientComposition() local