Home
last modified time | relevance | path

Searched refs:reuse (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/core/java/android/animation/
DPointFEvaluator.java50 public PointFEvaluator(PointF reuse) { in PointFEvaluator() argument
51 mPoint = reuse; in PointFEvaluator()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java158 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile() argument
686 Bitmap reuse = sTilePool.acquire(); in decode() local
687 if (reuse != null && reuse.getWidth() != mTileSize) { in decode()
688 reuse = null; in decode()
690 mDecodedTile = mModel.getTile(mTileLevel, mX, mY, reuse); in decode()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1597 bool reuse = false; in open() local
1606 reuse = true; in open()
1612 reuse = false; in open()
1618 reuse = false; in open()
1621 reuse = false; in open()
1623 reuse = false; in open()
1633 if (bothOffloaded && !reuse) { in open()
1646 if (!(reuse && bothOffloaded)) { in open()
1700 if (reuse) { in open()
1707 reuse = false; in open()
[all …]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
DarmVCM4P10_DeblockingChroma_unsafe_s.s78 qDelta QN Q10.S16 ; reuse qDq0p0
DomxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s109 qDelta QN Q10.S16 ; reuse qDq0p0
DarmVCM4P10_DeblockingLuma_unsafe_s.s73 qDelta QN Q10.S16 ; reuse qDq0p0
DomxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s155 qDelta QN Q10.S16 ; reuse qDq0p0
/frameworks/base/docs/html/ndk/
Dindex.jd16 …languages such as C and C++. For certain types of apps, this can help you reuse existing code libr…
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DMonthAdapter.java201 v.reuse(); in getView()
DMonthView.java396 public void reuse() { in reuse() method in MonthView
/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd38 and bitmap reuse. The recommended strategy depends on which version(s)
147 will attempt to reuse an existing bitmap when loading content. This means
160 in a {@link java.util.HashSet}, for possible reuse later with
/frameworks/base/docs/html/
Dlicense.jd52 terms that encourage you to take, modify, reuse, re-purpose, and remix the
89 Proper attribution is required when you reuse or create modified
Dlegal.jd50 that encourage you to take, modify, reuse, re-purpose, and remix the content as you see fit. The
/frameworks/base/docs/html/training/wearables/watch-faces/
Ddrawing.jd33 apply to any watch face, so you can reuse some of the code in your own watch faces.</p>
51 perform these operations only once and reuse their results. This practice improves the performance
71 at different points throughout your implementation, so you can reuse them. You achieve this
158 elements that you reuse every time you redraw your watch face, initialize them when the system
Ddesigning.jd108 and store the results to reuse the data every time you draw the watch face. For example, you
/frameworks/base/docs/html/training/material/
Dlists-cards.jd65 android.support.v7.widget.RecyclerView} and determines when to reuse item views that are no
66 longer visible to the user. To reuse (or <em>recycle</em>) a view, a layout manager may ask the
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd34 <p>In order to reuse the Fragment UI components, you should build each as a completely
Dcreating.jd36 of like a "sub activity" that you can reuse in different activities). This lesson shows how to
Dfragment-ui.jd36 <p>When designing your application to support a wide range of screen sizes, you can reuse your
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraMetadataTest.java335 boolean reuse) { in checkKeyGetAndSet() argument
350 if (reuse) { in checkKeyGetAndSet()
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd50 android.app.Activity#onResume onResume()} method to facilitate code reuse and keep the flow of
/frameworks/base/docs/html/guide/components/
Dfragments.jd51 multi-pane UI and reuse a fragment in multiple activities. You can think of a fragment as a
54 you can reuse in different activities).</p>
101 include one fragment in multiple activities, so you should design for reuse and avoid directly
104 your application to support both tablets and handsets, you can reuse your fragments in different
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd215 <li><strong>Re-using phone or tablet layouts</strong> - Do not reuse layouts from a phone or
/frameworks/base/docs/html/google/play/billing/
Dbilling_admin.jd129 <p>In addition, you cannot modify an item's product ID after it is created, and you cannot reuse
191 <p class="note"><strong>Note</strong>: Be sure to plan your product ID namespace. You cannot reuse
/frameworks/base/docs/html/ndk/guides/
Dconcepts.jd36 <li>Reuse existing libraries, or provide their own libraries for reuse.

12