OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resourceid
(Results
101 - 125
of
417
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
Utils.java
74
public static void showToast(Context context, int
resourceId
) {
75
Toast.makeText(context, context.getString(
resourceId
), Toast.LENGTH_LONG).show();
/cts/tests/tests/widget/src/android/widget/cts/
DigitalClockTest.java
114
private AttributeSet getAttributeSet(int
resourceId
) {
115
XmlResourceParser parser = mActivity.getResources().getXml(
resourceId
);
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
RecommendationBuilder.java
95
public RecommendationBuilder setSmallIcon(int
resourceId
) {
96
mSmallIcon =
resourceId
;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
tag.py
63
elif name == '
ResourceId
':
74
params[prefix + '
ResourceId
'] = self.resource_id
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBitmapFactory.java
96
public static void provideWidthAndHeightHints(int
resourceId
, int width, int height) {
97
widthAndHeightMap.put("resource:" + getResourceName(
resourceId
), new Point(width, height));
/frameworks/base/core/java/android/security/net/config/
ResourceCertificateSource.java
45
public ResourceCertificateSource(int
resourceId
, Context context) {
46
mResourceId =
resourceId
;
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
PresResInstanceInfo.java
78
public void setResId(String
resourceId
) {
79
this.mId =
resourceId
;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java
528
* @param
resourceId
the XML resource ID.
532
public static FilterGraph readXmlGraphResource(MffContext context, int
resourceId
)
534
FilterGraph.Builder builder = getBuilderForXmlResource(context,
resourceId
);
545
* @param
resourceId
the XML resource ID.
550
MffContext context, int
resourceId
, FilterGraph parentGraph)
552
FilterGraph.Builder builder = getBuilderForXmlResource(context,
resourceId
);
565
private static FilterGraph.Builder getBuilderForXmlResource(MffContext context, int
resourceId
)
568
.openRawResource(
resourceId
);
/frameworks/base/tools/aapt2/java/
ClassDefinition.h
107
using ResourceMember = PrimitiveMember<
ResourceId
>;
152
using ResourceArrayMember = PrimitiveArrayMember<
ResourceId
>;
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
PeopleOptionsItemData.java
113
final int
resourceId
= otherParticipant.isBlocked() ?
115
mTitle = mContext.getString(
resourceId
, otherParticipant.getDisplayDestination());
/external/droiddriver/manualtest/src/io/appium/droiddriver/manualtest/
ManualTest.java
37
Finder password_edit = By.
resourceId
("com.google.android.gsf.login:id/password_edit");
/external/llvm/lib/Target/AMDGPU/
R600TextureIntrinsicsReplacer.cpp
161
Value *
ResourceId
= I.getArgOperand(1);
180
Offset,
ResourceId
, SamplerId, CT, Coord);
185
Value *
ResourceId
= I.getArgOperand(4);
204
Offset,
ResourceId
, SamplerId, CT, Coord);
/frameworks/base/tools/aapt2/flatten/
XmlFlattener_test.cpp
36
.addSymbol(u"@android:attr/id",
ResourceId
(0x010100d0),
38
.addSymbol(u"@com.app.test:id/id",
ResourceId
(0x7f020000))
39
.addSymbol(u"@android:attr/paddingStart",
ResourceId
(0x010103b3),
41
.addSymbol(u"@android:attr/colorAccent",
ResourceId
(0x01010435),
/frameworks/base/tools/aapt2/proto/
TableProtoSerializer_test.cpp
31
.addFileReference(u"@com.app.a:layout/main",
ResourceId
(0x7f020000),
33
.addReference(u"@com.app.a:layout/other",
ResourceId
(0x7f020001),
42
ResourceId
(0x7f020000),
70
expectedRef.id =
ResourceId
(0x01020000);
/packages/apps/Launcher3/tests/src/com/android/launcher3/
RotationPreferenceTest.java
84
new UiSelector().
resourceId
(mTargetPackage + ":id/hotseat"));
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java
103
int
resourceId
= Integer.parseInt(drawableId);
105
Drawable icon = mPackageContext.getResources().getDrawable(
resourceId
);
130
int
resourceId
= Integer.parseInt(drawableId);
131
return Util.getResourceUri(mPackageContext,
resourceId
);
/packages/apps/Settings/src/com/android/settings/notification/
EmptyTextSettings.java
41
mEmpty.setTextAppearance(value.
resourceId
);
/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
DetailFragment.java
49
* @param
resourceId
The resource ID of the Drawable image to show
57
public static DetailFragment newInstance(int
resourceId
, String title,
61
args.putInt(ARG_RESOURCE_ID,
resourceId
);
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java
108
//
resourceId
of the source bitmap, the picture description, and the
119
putExtra(PACKAGE + ".
resourceId
", info.
resourceId
).
/frameworks/base/core/java/android/widget/
CalendarView.java
292
* @param
resourceId
The vertical bar drawable resource id.
298
public void setSelectedDateVerticalBar(@DrawableRes int
resourceId
) {
299
mDelegate.setSelectedDateVerticalBar(
resourceId
);
331
* @param
resourceId
The text appearance resource id.
335
public void setWeekDayTextAppearance(@StyleRes int
resourceId
) {
336
mDelegate.setWeekDayTextAppearance(
resourceId
);
353
* @param
resourceId
The text appearance resource id.
357
public void setDateTextAppearance(@StyleRes int
resourceId
) {
358
mDelegate.setDateTextAppearance(
resourceId
);
583
void setSelectedDateVerticalBar(@DrawableRes int
resourceId
);
[
all
...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java
128
* @param
resourceId
The ID of the graph resource to load.
131
public int loadGraph(Context context, int
resourceId
) {
135
graph = getGraphReader().readGraphResource(context,
resourceId
);
/frameworks/base/tools/aapt2/compile/
IdAssigner_test.cpp
45
.addSimple(u"@android:attr/foo",
ResourceId
(0x01040006))
62
.addSimple(u"@android:attr/foo",
ResourceId
(0x01040006))
63
.addSimple(u"@android:attr/bar",
ResourceId
(0x01040006))
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
BitmapUtil.java
96
* @param
resourceId
The resource ID of the drawable to rotate.
101
android.content.res.Resources resources, int
resourceId
, float angle) {
104
Bitmap original = BitmapFactory.decodeResource(resources,
resourceId
);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
EmojiAltPhysicalKeyDetector.java
186
@Nonnull final Resources resources, final int
resourceId
) {
188
final String name = resources.getResourceEntryName(
resourceId
);
189
final String[] values = resources.getStringArray(
resourceId
);
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java
354
dialog = mDevice.findObject(new UiSelector().
resourceId
(id));
357
new UiSelector().
resourceId
("com.android.documentsui:id/message"));
358
yesButton = dialog.getChild(new UiSelector().
resourceId
("android:id/button1"));
359
noButton = dialog.getChild(new UiSelector().
resourceId
("android:id/button2"));
364
new UiSelector().
resourceId
("com.android.documentsui:id/do_not_ask_checkbox"));
Completed in 890 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>