Searched defs:under (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/surfaceflinger/
H A DLayer.cpp4 * Licensed under the Apache License, Version 2.0 (the "License");
11 * distributed under the License is distributed on an "AS IS" BASIS,
14 * limitations under the License.
224 // If there is nothing under us, we paint the screen in black, otherwise
228 Region under; local
235 under.orSelf(layer->visibleRegionScreen);
238 Region holes(clip.subtract(under));
356 // (eg: status bar), and we can't release the handle under its feet.

Completed in 67 milliseconds