OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DRAWABLE
(Results
1 - 25
of
94
) sorted by null
1
2
3
4
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java
50
ResourceFolderType.
DRAWABLE
).isValid("foo.xm") != null);
52
ResourceFolderType.
DRAWABLE
).isValid("foo.xm") != null);
65
assertTrue(ResourceNameValidator.create(true, ResourceFolderType.
DRAWABLE
)
ResourceHelperTest.java
132
assertTrue(ResourceHelper.isFileBasedResourceType(ResourceType.
DRAWABLE
));
144
assertTrue(ResourceHelper.isValueBasedResourceType(ResourceType.
DRAWABLE
));
/packages/services/Car/car-support-lib/src/android/support/car/ui/
CarUiResourceLoader.java
22
import android.graphics.
drawable
.ColorDrawable;
23
import android.graphics.
drawable
.
Drawable
;
31
private static final String
DRAWABLE
= "
drawable
";
35
public static synchronized
Drawable
getDrawable(
40
public static synchronized
Drawable
getDrawable(
50
int id = res.getIdentifier(drawableName,
DRAWABLE
, CAR_UI_PACKAGE);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ReferenceAttributeDescriptor.java
52
ResourceType.
DRAWABLE
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java
194
type == ResourceFolderType.
DRAWABLE
);
211
type == ResourceType.
DRAWABLE
).unique();
240
type == ResourceType.
DRAWABLE
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java
127
/** The associated value should represent a valid
drawable
resource name */
128
DRAWABLE
,
318
} else if (constraints.contains(Constraint.
DRAWABLE
)) {
321
ResourceType.
DRAWABLE
);
323
mValidator = ResourceNameValidator.create(false, ResourceFolderType.
DRAWABLE
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java
196
case
DRAWABLE
:
222
case
DRAWABLE
:
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java
95
boolean showPreview = type == ResourceType.
DRAWABLE
|| type == ResourceType.COLOR;
137
assert type == ResourceType.
DRAWABLE
;
140
ResourceValue
drawable
= resources.findResValue(resource, false);
local
141
if (
drawable
!= null) {
142
String path =
drawable
.getValue();
170
image = renderService.renderDrawable(
drawable
);
ResourceChooser.java
269
* Sets the {@link ResourcePreviewHelper} to use to preview
drawable
464
if (mResourceType == ResourceType.
DRAWABLE
) {
478
} else if (mResourceType == ResourceType.
DRAWABLE
) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java
17
package com.android.ide.eclipse.adt.internal.editors.
drawable
;
36
* Editor for /res/
drawable
XML files.
47
if (ResourceFolderType.
DRAWABLE
== type) {
60
EDITORS_NAMESPACE + ".
drawable
.DrawableEditor"; //$NON-NLS-1$
DrawableDescriptors.java
16
package com.android.ide.eclipse.adt.internal.editors.
drawable
;
37
* Descriptors for /res/
drawable
files
97
/* For some reason, android.graphics.
drawable
.AnimatedRotateDrawable is marked with @hide
113
SDK_URL_BASE + "
drawable
-resource.html#Bitmap", //$NON-NLS-1$
118
"An XML file that defines a
drawable
that clips another
Drawable
based on "
119
+ "this
Drawable
's current level value.",
120
SDK_URL_BASE + "
drawable
-resource.html#Clip", //$NON-NLS-1$
131
"An XML file that defines a
drawable
that insets another
drawable
by a
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderDrawable.java
31
import android.graphics.
drawable
.
Drawable
;
32
import android.graphics.
drawable
.StateListDrawable;
46
* Action to render a given
Drawable
provided through {@link DrawableParams#getDrawable()}.
62
// get the
drawable
resource value
76
if (resourceType != ResourceType.
DRAWABLE
&& resourceType != ResourceType.MIPMAP) {
80
Drawable
d = ResourceHelper.getDrawable(drawableResource, context);
91
final
Drawable
stateDrawable = stateList.getStateDrawable(i);
105
private BufferedImage renderImage(HardwareConfig hardwareConfig,
Drawable
d,
110
// get the actual
Drawable
object to dra
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java
149
mResourceName.setText("@
drawable
/" + getOutputName()); //$NON-NLS-1$
212
ResourceNameValidator.create(true, ResourceFolderType.
DRAWABLE
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java
134
ResourceValue broken = resources.getFrameworkResource(ResourceType.
DRAWABLE
,
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.2/
layoutlib-api-22.4.2.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.0/
layoutlib-api-22.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.1/
layoutlib-api-22.5.1.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.3/
layoutlib-api-22.5.3.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.0/
layoutlib-api-22.7.0.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.1/
layoutlib-api-22.7.1.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.3/
layoutlib-api-22.7.3.jar
/prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.8.0/
layoutlib-api-22.8.0.jar
Completed in 341 milliseconds
1
2
3
4