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

/frameworks/support/
H A DAndroid.mk3 # Licensed under the Apache License, Version 2.0 (the "License");
10 # distributed under the License is distributed on an "AS IS" BASIS,
13 # limitations under the License.
43 ## Find all of the files under the named directories where
46 ## SRC_FILES := $(call all-named-files-under,.*\.h,src tests)
49 define all-named-files-under-exclude
54 ## Find all of the files under the current directory where
60 $(call all-named-files-under-exclude,$(1),$(2),.)
77 include $(call all-makefiles-under,$(LOCAL_PATH))
/frameworks/native/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.
883 // If there is nothing under us, we paint the screen in black, otherwise
887 Region under; local
895 under.orSelf( hw->getTransform().transform(layer->visibleRegion) );
898 Region holes(clip.subtract(under));

Completed in 238 milliseconds