/frameworks/ex/framesequence/jni/ |
D | FrameSequence_gif.cpp | 150 static bool checkIfCover(const GifImageDesc& target, const GifImageDesc& covered) { in checkIfCover() argument 151 return target.Left <= covered.Left in checkIfCover() 152 && covered.Left + covered.Width <= target.Left + target.Width in checkIfCover() 153 && target.Top <= covered.Top in checkIfCover() 154 && covered.Top + covered.Height <= target.Top + target.Height; in checkIfCover()
|
D | FrameSequence_webp.cpp | 148 static bool checkIfCover(const WebPIterator& target, const WebPIterator& covered) { in checkIfCover() argument 149 const int covered_x_max = covered.x_offset + covered.width; in checkIfCover() 151 const int covered_y_max = covered.y_offset + covered.height; in checkIfCover() 153 return target.x_offset <= covered.x_offset in checkIfCover() 155 && target.y_offset <= covered.y_offset in checkIfCover()
|
/frameworks/base/docs/html/ndk/samples/ |
D | index.jd | 9 topics covered are:</p>
|
/frameworks/base/docs/html/ |
D | license.jd | 76 covered by the license. In that case, we will label the content that is not licensed. </li> 78 <li>In addition, content linked from a page on this site is not covered 80 slide decks that are not covered.</li>
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | issues.jd | 78 down the watch face to fit inside the portion of the screen not covered by the peek card. Digital 79 watch faces that display the time in the area of the screen not covered by peek cards do not
|
/frameworks/base/docs/html/training/custom-views/ |
D | index.jd | 42 sometimes your app has unique needs that aren’t covered by the built-in views. This class shows you
|
/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/base/docs/html/training/system-ui/ |
D | navigation.jd | 109 of your app's UI don't end up getting covered by system bars. For more
|
D | status.jd | 184 getting covered by system bars. This could make your app unusable. In most cases you can
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | descendant.jd | 39 …ion/descendant-lateral.html">Designing Effective Navigation</a> and also covered in <a href="{@doc…
|
/frameworks/base/docs/html/training/notepad/ |
D | index.jd | 118 <li>For a lighter but broader introduction to concepts not covered in the
|
D | notepad-index.jd | 122 <li>For a lighter but broader introduction to concepts not covered in the
|
/frameworks/base/docs/html/training/managing-audio/ |
D | volume-playback.jd | 156 application gains and loses the audio focus. This is covered in detail in the next lesson.</p>
|
/frameworks/base/docs/html/training/tv/publishing/ |
D | checklist.jd | 38 for games only are covered in the <em>Games</em> section.
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | environment.jd | 122 order to capture touch events, which is covered in the <a href="#touch.html">Responding to Touch
|
/frameworks/base/docs/html/training/activity-testing/ |
D | activity-ui-testing.jd | 48 the system. Black-box testing is not covered in this training. To learn more
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | preparing-iab-app.jd | 131 …y Google Play to find out what in-app items are owned by a user. This is covered further in the <a…
|
/frameworks/base/docs/html/ndk/guides/ |
D | cpp-support.jd | 323 <p>GNU libstdc++ is covered by the GPLv3 license, and <em>not</em> the LGPLv2 or LGPLv3. For
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | provider-element.jd | 180 Context.revokeUriPermission()}</code> when a covered URI is deleted from
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | always-on.jd | 27 out on a run can glance at their wearable to see the distance covered and time elapsed, or after
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-studio.jd | 94 window also provides other debugging tools covered in the following sections.</p>
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
D | espresso-testing.jd | 191 These steps are covered in more detail in the sections below.
|
D | uiautomator-testing.jd | 221 <p>These steps are covered in more detail in the sections below.</p>
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | multiple.jd | 316 <p>Since it’s okay for coverage to overlap, we can describe the area covered by each APK like
|
/frameworks/base/docs/html/tools/building/ |
D | configuring-gradle.jd | 104 This element declares the dependencies for this module. Dependencies are covered in the following
|