/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
DensityActivity.java | 41 * bitmaps and drawables.
|
/external/replicaisland/src/com/replica/replicaisland/ |
RenderSystem.java | 22 * to the the active render queue while the render thread consumes drawables from the alternate
|
/frameworks/base/docs/html/guide/topics/graphics/ |
overview.jd | 47 Drawables</a></strong></dt>
|
/frameworks/base/docs/html/guide/topics/resources/ |
overview.jd | 85 application menus, drawables, animations, and more.</dd>
|
localization.jd | 141 the resources that your application calls upon — layouts, drawables,
157 <p>The default resource set must also include any default drawables and layouts,
397 the display of strings and drawables in your UI.</p>
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
LevelListDrawable.java | 29 * A resource that manages a number of alternate Drawables, each assigned a maximum numerical value.
|
TransitionDrawable.java | 226 * Enables or disables the cross fade of the drawables. When cross fade
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ActionMenuItemView.java | 230 // TextView won't center compound drawables in both dimensions without
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
MediaRouteControllerDialog.java | 238 // There seems to be a bug in the framework where feature drawables
|
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
StopwatchFragment.java | 761 ArrayList<CharSequence> strings, ArrayList<Drawable> drawables, 765 mDrawables = drawables; 773 ArrayList<CharSequence> strings, ArrayList<Drawable> drawables, 778 mDrawables = drawables; [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
StateListDrawableTest.java | 84 // state is matched first. There is no chance that other drawables will be matched.
|
/docs/source.android.com/src/compatibility/ |
cts-intro.jd | 151 <td>The CTS tests for correct handling of the core platform resource types, as documented in the SDK <a href="https://developer.android.com/guide/topics/resources/available-resources.html">Available Resource Types</a>. This includes tests for: simple values, drawables, nine-patch, animations, layouts, styles and themes, and loading alternate resources.</td>
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuItemView.java | 281 // TextView won't center compound drawables in both dimensions without
|
IconMenuItemView.java | 182 // Set the compound drawables
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_action_bar.jd | 191 drawable resources, you should store a local copy of those icons or drawables in your application
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/ |
MipmapDrawableTest.java | 111 // the method is called if different bounds are set, even without drawables
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
SimpleAppRS.java | 127 // This will assign an icon from drawables to that input
|
/packages/apps/Email/src/com/android/email/ |
FolderProperties.java | 30 // TODO When the UI is settled, cache all strings/drawables
|
/packages/apps/Gallery2/src/com/android/photos/drawables/ |
AutoThumbnailDrawable.java | 17 package com.android.photos.drawables;
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
PackageIconLoader.java | 146 // Load drawables through Resources, to get the source density information
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourcePreviewHelper.java | 52 * where some resources (such as drawables and colors) are previewed in the tray area.
|
/frameworks/base/core/java/android/widget/ |
SuggestionsAdapter.java | 428 // This is a hack to get any animated drawables (like a 'working' spinner) 432 // about animated drawables in the future, see http://b/1878430. 562 // Load drawables through Resources, to get the source density information
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
SuggestionsAdapter.java | 388 // This is a hack to get any animated drawables (like a 'working' spinner) 392 // about animated drawables in the future, see http://b/1878430. 522 // Load drawables through Resources, to get the source density information
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CompoundButtonTest.java | 165 // drawableStateChanged without any drawables.
|
/frameworks/base/docs/html/training/improving-layouts/ |
optimizing-layout.jd | 139 <li>Use compound drawables - A {@link android.widget.LinearLayout} which contains an {@link android.widget.ImageView} and a {@link android.widget.TextView} can be more efficiently handled as a compound drawable.</li>
|