Home
last modified time | relevance | path

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

12

/frameworks/ex/framesequence/jni/
DFrameSequence_gif.cpp150 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()
DFrameSequence_webp.cpp148 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/
Dindex.jd9 topics covered are:</p>
/frameworks/base/docs/html/
Dlicense.jd76 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/
Dissues.jd78 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/
Dindex.jd42 sometimes your app has unique needs that aren’t covered by the built-in views. This class shows you
/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/base/docs/html/training/system-ui/
Dnavigation.jd109 of your app's UI don't end up getting covered by system bars. For more
Dstatus.jd184 getting covered by system bars. This could make your app unusable. In most cases you can
/frameworks/base/docs/html/training/implementing-navigation/
Ddescendant.jd39 …ion/descendant-lateral.html">Designing Effective Navigation</a> and also covered in <a href="{@doc…
/frameworks/base/docs/html/training/notepad/
Dindex.jd118 <li>For a lighter but broader introduction to concepts not covered in the
Dnotepad-index.jd122 <li>For a lighter but broader introduction to concepts not covered in the
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd156 application gains and loses the audio focus. This is covered in detail in the next lesson.</p>
/frameworks/base/docs/html/training/tv/publishing/
Dchecklist.jd38 for games only are covered in the <em>Games</em> section.
/frameworks/base/docs/html/training/graphics/opengl/
Denvironment.jd122 order to capture touch events, which is covered in the <a href="#touch.html">Responding to Touch
/frameworks/base/docs/html/training/activity-testing/
Dactivity-ui-testing.jd48 the system. Black-box testing is not covered in this training. To learn more
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd131 …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/
Dcpp-support.jd323 <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/
Dprovider-element.jd180 Context.revokeUriPermission()}</code> when a covered URI is deleted from
/frameworks/base/docs/html/training/wearables/apps/
Dalways-on.jd27 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/
Ddebugging-studio.jd94 window also provides other debugging tools covered in the following sections.</p>
/frameworks/base/docs/html/training/testing/ui-testing/
Despresso-testing.jd191 These steps are covered in more detail in the sections below.
Duiautomator-testing.jd221 <p>These steps are covered in more detail in the sections below.</p>
/frameworks/base/docs/html/training/multiple-apks/
Dmultiple.jd316 <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/
Dconfiguring-gradle.jd104 This element declares the dependencies for this module. Dependencies are covered in the following

12