HomeSort by relevance Sort by last modified time
    Searched full:drawables (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ValuesDescriptors.java 195 "Both @styles and themes@ are defined in a style block containing one or more string or numerical values (typically color values), or references to other resources (drawables and so on).",
  /frameworks/base/core/java/android/widget/
ImageView.java 796 drawables aspect ratio, and we have the freedom to change at
849 /* We are either don't want to preserve the drawables aspect ratio,
    [all...]
ProgressBar.java 315 * traverse layer and state list drawables.
    [all...]
Editor.java 95 import android.widget.TextView.Drawables;
317 Drawables dr = mTextView.mDrawables;
319 mTextView.mDrawables = dr = new Drawables(mTextView.getContext());
349 final Drawables dr = mTextView.mDrawables;
382 final Drawables dr = mTextView.mDrawables;
    [all...]
PopupWindow.java 196 // the drawables ourselves to work around a problem with using refreshDrawableState
197 // that it will take into account the padding of all drawables specified in a
219 // Store the drawables we found, if we found them. Otherwise, set them both
    [all...]
FastScroller.java 274 // Get both the scrollbar states drawables
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
more-resources.jd 24 for an array of drawables).</dd>
615 this to create an array of other resources, such as drawables. Note that the array
drawable-resource.jd 18 There are several different types of drawables:</p>
27 <dd>A Drawable that manages an array of other Drawables. These are drawn in array order, so the
35 <dd>An XML file that defines a drawable that manages a number of alternate Drawables, each
448 that manages an array of other drawables. Each drawable in the list is drawn in the order of the
788 <p>A Drawable that manages a number of alternate Drawables, each assigned a maximum numerical
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 309 * traverse layer and state list drawables.
933 // Maintain aspect ratio. Certain kinds of animated drawables
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/publish/
localizing.jd 171 store the associated layouts, drawables, and strings in default resource
334 <li>Identify drawables or other resources that require translation and include
  /development/samples/Home/src/com/example/android/home/
Home.java 161 // Remove the callback for the cached drawables or we leak
  /frameworks/base/docs/html/about/versions/
android-3.0-highlights.jd 219 <p>The platform includes a flexible new animation framework that lets developers easily animate the properties of UI elements such as Views, Widgets, Fragments, Drawables, or any arbitrary object. Animations can create fades or movement between states, loop an animated image or an existing animation, change colors, and much more. Adding animation to UI elements can add visual interest to an application and refine the user experience, to keep users engaged.</p>
  /frameworks/base/docs/html/guide/appendix/
glossary.jd 115 more information about drawables and other resources, see <a
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
widget_design.jd 242 drawables</a>.</p>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 356 // HACK: To align with other TextView that has no compound drawables.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 529 // layouts, color-lists and state-lists, animations, drawables, menus, etc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java 109 /** Helper object used to draw previews for drawables and colors. */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 58 android:drawablePadding : The padding between the drawables and the text. [dimension]
completion5-expected-completion40.txt 58 android:drawablePadding : The padding between the drawables and the text. [dimension]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 336 // inset selector and divider drawables
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 312 <span class="en">Canvas and Drawables</span>
  /frameworks/base/docs/html/tools/help/
adt.jd 153 <p>In addition, some special file types that don't have custom editors, such as drawables, animations,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 357 // Check root completion in drawables: should list all drawable root elements
    [all...]

Completed in 851 milliseconds

1 2 3 45 6 7