Home
last modified time | relevance | path

Searched refs:covered (Results 1 – 19 of 19) sorted by relevance

/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp143 static bool checkIfCover(const GifImageDesc& target, const GifImageDesc& covered) { in checkIfCover() argument
144 return target.Left <= covered.Left in checkIfCover()
145 && covered.Left + covered.Width <= target.Left + target.Width in checkIfCover()
146 && target.Top <= covered.Top in checkIfCover()
147 && covered.Top + covered.Height <= target.Top + target.Height; in checkIfCover()
DFrameSequence_webp.cpp160 static bool checkIfCover(const WebPIterator& target, const WebPIterator& covered) { in checkIfCover() argument
161 const int covered_x_max = covered.x_offset + covered.width; in checkIfCover()
163 const int covered_y_max = covered.y_offset + covered.height; in checkIfCover()
165 return target.x_offset <= covered.x_offset in checkIfCover()
167 && target.y_offset <= covered.y_offset in checkIfCover()
/frameworks/base/core/jni/android/graphics/
DGIFMovie.cpp293 static bool checkIfCover(const SavedImage* target, const SavedImage* covered) in checkIfCover() argument
295 if (target->ImageDesc.Left <= covered->ImageDesc.Left in checkIfCover()
296 && covered->ImageDesc.Left + covered->ImageDesc.Width <= in checkIfCover()
298 && target->ImageDesc.Top <= covered->ImageDesc.Top in checkIfCover()
299 && covered->ImageDesc.Top + covered->ImageDesc.Height <= in checkIfCover()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DProximityClassifierTest.java142 private SensorEvent createSensorEvent(boolean covered, long timestampMs) { in createSensorEvent() argument
152 float[] sensorValue = {covered ? 0 : 1}; in createSensorEvent()
/frameworks/base/data/keyboards/
DVendor_054c_Product_05c4_Version_8100.kl68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_09cc_Version_8111.kl68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_09cc_Version_8000.kl68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_09cc_Version_8100.kl68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_05c4_Version_8111.kl68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_05c4_Version_8000.kl68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_0ba0_Version_8111.kl67 # so the touchpad button click will not be covered by this layout.
/frameworks/native/services/surfaceflinger/tests/unittests/
DAndroid.bp21 // covered by the tests, but also covers some of the tricky injection of
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DLICENSE42 support library is itself covered by the above license.
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt66 Most GNU software, including some libraries, is covered by the
143 covered by this License; they are outside its scope. The act of
145 such a program is covered only if its contents constitute a work based
249 library". The executable is therefore covered by this License.
279 Library is used in it and that the Library and its use are covered by
335 facilities not covered by this License, and distribute such a combined
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dfield_mask.proto108 // fields not covered by the mask.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBMessageTests+Merge.m51 // Proto2 covered in other tests.
DGPBMessageTests+Serialization.m58 // Proto2 covered in other tests.
/frameworks/base/proto/src/
Dipconnectivity.proto494 // The time duration in seconds covered by these stats, for deriving
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBMessage.m2320 // are parsed either way. The above loop covered tag in the preferred