Home
last modified time | relevance | path

Searched refs:reusable (Results 1 – 20 of 20) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/
DReusableBitmap.java39 public ReusableBitmap(final Bitmap bitmap, final boolean reusable) { in ReusableBitmap() argument
41 mReusable = reusable; in ReusableBitmap()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrame.java167 protected void setReusable(boolean reusable) { in setReusable() argument
168 mReusable = reusable; in setReusable()
DGLFrame.java93 boolean reusable = true; in init()
98 reusable = false; in init()
111 setReusable(reusable); in init()
/frameworks/base/docs/html/guide/components/
Dindex.jd3 …ation framework lets you create rich and innovative apps using a set of reusable components. This …
4 …ation framework lets you create rich and innovative apps using a set of reusable components. This …
Dfragments.jd99 <p>You should design each fragment as a modular and reusable activity component. That is, because
/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd167 // synchronized HashSet of references to reusable bitmaps.
241 // This method iterates through the reusable bitmaps, looking for one
260 // Remove from reusable set so it can't be used again.
283 // the new bitmap is smaller than the reusable bitmap candidate
/frameworks/base/docs/html/training/custom-views/
Dindex.jd44 own views that are robust and reusable.</p>
/frameworks/base/docs/html/training/basics/network-ops/
Dindex.jd49 as a source of reusable code for your own application.</p>
/frameworks/base/docs/html/training/multiscreen/
Dindex.jd59 of reusable code for your own application.</p>
/frameworks/base/docs/html/training/basics/fragments/
Dcommunicating.jd36 have defined these reusable Fragments, you can associate them with an Activity and
Dcreating.jd91 <p>While fragments are reusable, modular UI components, each instance of a {@link
/frameworks/base/docs/html/training/improving-layouts/
Dreusing-layouts.jd43 <p>Reusing layouts is particularly powerful as it allows you create reusable complex layouts. For
/frameworks/base/docs/html/guide/topics/graphics/
Dview-animation.jd21 reusable, and swappable than hard-coding the animation. In the example below, we use XML. (To
/frameworks/base/docs/html/training/testing/start/
Dindex.jd269 behavior of each test method in a reusable way. In Android testing, use this
/frameworks/base/docs/html/training/basics/firstapp/
Dstarting-activity.jd277 later in the training. Fragments decompose application functionality and UI into reusable modules.
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd174 …, and animated inside an Activity dynamically, and they are modular and reusable across multiple A…
Djelly-bean.jd947 useful for implementing dynamic and reusable UI components inside of a UI
948 component that is itself dynamic and reusable. For example, if you use ViewPager
Dkitkat.jd985 have drawables that are the reusable for both LTR and RTL presentations, you
Dandroid-4.0.jd1156 android.view.ActionProvider} is a good solution in order to create a reusable component, rather than
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd352 are looking to put together a reusable component that consists of a group of