/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/core/jni/android/graphics/ |
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 | 142 private SensorEvent createSensorEvent(boolean covered, long timestampMs) { in createSensorEvent() argument 152 float[] sensorValue = {covered ? 0 : 1}; in createSensorEvent()
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_05c4_Version_8100.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_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_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.
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | Android.bp | 21 // covered by the tests, but also covers some of the tricky injection of
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | LICENSE | 42 support library is itself covered by the above license.
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | field_mask.proto | 108 // fields not covered by the mask.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBMessageTests+Merge.m | 51 // Proto2 covered in other tests.
|
D | GPBMessageTests+Serialization.m | 58 // Proto2 covered in other tests.
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 494 // The time duration in seconds covered by these stats, for deriving
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBMessage.m | 2320 // are parsed either way. The above loop covered tag in the preferred
|