Searched refs:covered (Results 1 – 16 of 16) sorted by relevance
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.cpp | 143 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()
|
D | FrameSequence_webp.cpp | 160 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/libs/hwui/jni/ |
D | GIFMovie.cpp | 293 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/ |
D | ProximityClassifierTest.java | 139 private ProximitySensor.ProximityEvent createSensorEvent(boolean covered, long timestampMs) { in createSensorEvent() argument 140 return new ProximitySensor.ProximityEvent(covered, timestampMs * NS_PER_MS); in createSensorEvent()
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_05c4_Version_8111.kl | 68 # so the touchpad button click will not be covered by this layout.
|
D | Vendor_054c_Product_09cc_Version_8111.kl | 68 # so the touchpad button click will not be covered by this layout.
|
D | Vendor_054c_Product_05c4_Version_8000.kl | 68 # so the touchpad button click will not be covered by this layout.
|
D | Vendor_054c_Product_0ba0_Version_8111.kl | 67 # so the touchpad button click will not be covered by this layout.
|
D | Vendor_054c_Product_09cc_Version_8000.kl | 68 # so the touchpad button click will not be covered by this layout.
|
D | Vendor_054c_Product_09cc_Version_8100.kl | 68 # so the touchpad button click will not be covered by this layout.
|
D | Vendor_054c_Product_05c4_Version_8100.kl | 68 # so the touchpad button click will not be covered by this layout.
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | Android.bp | 21 // covered by the tests, but also covers some of the tricky injection of
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 66 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/compile/slang/tests/F_reduce_general_bad_result/ |
D | reduce_general_bad_result.rscript | 13 // of result type; we do not test that here. This is covered
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | layered_filter_fast_f32.rscript | 242 // This pixel has not been completely covered by layers in front of the
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 494 // The time duration in seconds covered by these stats, for deriving
|