OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resourceid
(Results
226 - 250
of
528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/rs/java/android/renderscript/
Program.java
244
* @param
resourceID
id of the file containing GLSL shader code
248
public BaseProgramBuilder setShader(Resources resources, int
resourceID
) {
251
InputStream is = resources.openRawResource(
resourceID
);
/frameworks/base/tools/aapt2/
ResourceValues.h
127
Maybe<
ResourceId
> id;
133
explicit Reference(const
ResourceId
& i, Type type = Type::kResource);
134
Reference(const ResourceNameRef& n, const
ResourceId
& i);
/frameworks/base/tools/aapt2/flatten/
XmlFlattener.cpp
200
const
ResourceId
kIdAttr(0x010100d0);
232
// The attribute has no associated
ResourceID
, so the string order doesn't matter.
328
ResourceId
id(str->context.priority);
/packages/apps/Car/Hvac/src/com/android/car/hvac/
HvacUiService.java
314
int
resourceId
= getResources().getIdentifier("status_bar_height", "dimen", "android");
315
if (
resourceId
> 0) {
316
result = getResources().getDimensionPixelSize(
resourceId
);
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/app/
CarDrawerActivity.java
128
* @param
resourceId
Layout to display as main content.
130
public void setMainContent(@LayoutRes int
resourceId
) {
133
inflater.inflate(
resourceId
, parent, true);
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java
458
public final int
resourceId
;
462
TvContentRating[] contentRatings, String videoUrl, int videoType, int
resourceId
) {
470
this.
resourceId
=
resourceId
;
/external/glide/library/src/main/java/com/bumptech/glide/
BitmapRequestBuilder.java
358
public BitmapRequestBuilder<ModelType, TranscodeType> placeholder(int
resourceId
) {
359
super.placeholder(
resourceId
);
376
public BitmapRequestBuilder<ModelType, TranscodeType> error(int
resourceId
) {
377
super.error(
resourceId
);
/frameworks/base/tools/aapt2/cmd/
Util.cpp
132
static xml::AaptAttribute CreateAttributeWithId(const
ResourceId
& id) {
155
const
ResourceId
kVersionCode(0x0101021b);
156
const
ResourceId
kRevisionCode(0x010104d5);
157
const
ResourceId
kHasCode(0x0101000c);
/frameworks/base/tools/aapt2/link/
ManifestFixer_test.cpp
38
"android:attr/package",
ResourceId
(0x01010000),
43
"android:attr/minSdkVersion",
ResourceId
(0x01010001),
49
"android:attr/targetSdkVersion",
ResourceId
(0x01010002),
54
.AddSymbol("android:string/str",
ResourceId
(0x01060000))
XmlCompatVersioner.cpp
88
const
ResourceId
attr_resid = result.attr.compiled_attribute.value().id.value();
118
const
ResourceId
attr_resid = attr.compiled_attribute.value().id.value();
/frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp
51
explicit ReferenceIdToNameVisitor(const std::map<
ResourceId
, ResourceName>* mapping)
61
ResourceId
id = reference->id.value();
71
const std::map<
ResourceId
, ResourceName>* mapping_;
364
const
ResourceId
res_id(package->id.value(), type->id,
BinaryResourceParser.h
121
std::map<
ResourceId
, ResourceName> id_index_;
/frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/
FrameSequenceTest.java
62
mResourceId = getIntent().getIntExtra("
resourceId
", R.raw.animated_gif);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
SimpleStringAdapter.java
64
mBackground = val.
resourceId
;
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
MainFragment.java
220
protected void setDefaultBackground(int
resourceId
) {
221
mDefaultBackground = getResources().getDrawable(
resourceId
);
/developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java
217
private void copyImageResourceToFile(int
resourceId
, File filePath) {
218
Bitmap image = BitmapFactory.decodeResource(getResources(),
resourceId
);
/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java
217
private void copyImageResourceToFile(int
resourceId
, File filePath) {
218
Bitmap image = BitmapFactory.decodeResource(getResources(),
resourceId
);
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DragSourceFragment.java
217
private void copyImageResourceToFile(int
resourceId
, File filePath) {
218
Bitmap image = BitmapFactory.decodeResource(getResources(),
resourceId
);
/external/python/cpython2/Mac/Modules/icn/
_Icnmodule.c
888
SInt16
resourceID
;
897
&
resourceID
))
902
resourceID
,
981
SInt16
resourceID
;
988
&
resourceID
))
992
resourceID
);
[
all
...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java
88
public View inflateView(Context context, int
resourceId
, View parent) {
89
return inflateView(context, resourceExtractor.getResourceName(
resourceId
), parent);
/frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java
78
&& tv.
resourceId
!= 0) {
79
mPopupContext = new ContextThemeWrapper(context, tv.
resourceId
);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StreamingTextView.java
97
private Bitmap getScaledBitmap(int
resourceId
, float scaled) {
98
Bitmap bitmap = BitmapFactory.decodeResource(getResources(),
resourceId
);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
AbsActionBarView.java
63
&& tv.
resourceId
!= 0) {
64
mPopupContext = new ContextThemeWrapper(context, tv.
resourceId
);
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
Shared.java
134
public static final String getQuantityString(Context context, @PluralsRes int
resourceId
, int quantity) {
135
return context.getResources().getQuantityString(
resourceId
, quantity, quantity);
/frameworks/base/core/java/android/widget/
ActivityChooserView.java
338
* @param
resourceId
The content description resource id.
340
public void setExpandActivityOverflowButtonContentDescription(@StringRes int
resourceId
) {
341
CharSequence contentDescription = mContext.getString(
resourceId
);
519
* @param
resourceId
The resource id.
521
public void setDefaultActionButtonContentDescription(@StringRes int
resourceId
) {
522
mDefaultActionButtonContentDescription =
resourceId
;
Completed in 1681 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>