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
528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
TvUtil.java
131
* @param
resourceId
of the drawable.
135
public static Bitmap convertToBitmap(Context context, int
resourceId
) {
136
Drawable drawable = context.getDrawable(
resourceId
);
149
return BitmapFactory.decodeResource(context.getResources(),
resourceId
);
/external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp
41
static void AddValuePair(UString &s, UINT
resourceID
, UInt64 value, bool addColon = true)
43
AddLangString(s,
resourceID
);
53
static void AddSizePair(UString &s, UINT
resourceID
, UInt64 value)
56
AddLangString(s,
resourceID
);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDrawable.java
67
public static Drawable createFromResourceId(int
resourceId
) {
69
shadowOf(bitmap).setLoadedFromResourceId(
resourceId
);
197
public void setLoadedFromResourceId(int
resourceId
) {
198
loadedFromResourceId =
resourceId
;
ShadowTypedValue.java
196
typedValue.
resourceId
= other.
resourceId
;
212
if (typedValue.
resourceId
!= 0) {
213
sb.append(" r=0x").append(Integer.toHexString(typedValue.
resourceId
));
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeStatusBarIconController.java
46
public void setIcon(String slot, int
resourceId
, CharSequence contentDescription) {
/frameworks/base/tools/aapt2/
SdkConstants.h
58
ApiVersion FindAttributeSdkLevel(const
ResourceId
& id);
/frameworks/base/tools/aapt2/test/
Context.h
138
StaticSymbolSourceBuilder& AddPublicSymbol(const android::StringPiece& name,
ResourceId
id,
148
StaticSymbolSourceBuilder& AddSymbol(const android::StringPiece& name,
ResourceId
id,
175
std::unique_ptr<SymbolTable::Symbol> FindById(
ResourceId
id) override {
185
std::map<
ResourceId
, SymbolTable::Symbol*> id_map_;
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BackgroundHelper.java
150
final int
resourceId
= (Integer) imageToken;
151
if (DEBUG) Log.v(TAG, "load
resourceId
" +
resourceId
);
152
Drawable drawable = ContextCompat.getDrawable(mActivity,
resourceId
);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java
76
return context.getTheme().resolveAttribute(attr, value, true) ? value.
resourceId
: 0;
147
return outValue.
resourceId
;
170
if (value.
resourceId
!= 0) {
171
return context.getResources().getColor(value.
resourceId
);
/packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java
32
return outValue.
resourceId
;
/frameworks/base/core/java/android/view/
PointerIcon.java
217
int
resourceId
= a.getResourceId(typeIndex, -1);
220
if (
resourceId
== -1) {
226
if ((
resourceId
& 0xff000000) == 0x01000000) {
227
icon.mSystemIconResourceId =
resourceId
;
229
icon.loadResource(context, context.getResources(),
resourceId
);
284
* @param
resourceId
The resource id.
291
public static PointerIcon load(@NonNull Resources resources, @XmlRes int
resourceId
) {
297
icon.loadResource(null, resources,
resourceId
);
399
private void loadResource(Context context, Resources resources, @XmlRes int
resourceId
) {
400
final XmlResourceParser parser = resources.getXml(
resourceId
);
[
all
...]
/external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
226
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
235
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
252
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
261
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
270
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
387
Expected<TargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
406
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id, TargetAddress Addr,
438
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
440
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/frameworks/base/tools/aapt2/link/
TableMerger_test.cpp
182
.SetSymbolState("bool/foo",
ResourceId
(0x7f, 0x01, 0x0001),
188
.SetSymbolState("bool/foo",
ResourceId
(0x7f, 0x01, 0x0001),
205
.SetSymbolState("bool/foo",
ResourceId
(0x7f, 0x01, 0x0001),
211
.SetSymbolState("bool/foo",
ResourceId
(0x7f, 0x02, 0x0001),
228
.SetSymbolState("bool/foo",
ResourceId
(0x7f, 0x01, 0x0001),
234
.SetSymbolState("bool/foo",
ResourceId
(0x7f, 0x01, 0x0002),
309
.AddItem("com.app.a:attr/foo",
ResourceId
(0x01010000))
330
.AddItem("com.app.a:attr/foo",
ResourceId
(0x01010000),
349
Reference(test::ParseNameOrDie("com.app.a:attr/foo"),
ResourceId
(0x01010000)),
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
198
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
208
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
226
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
236
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
246
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
365
Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
385
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id,
422
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
424
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
198
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
208
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
226
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
236
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
246
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
365
Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
385
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id,
422
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
424
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
198
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
208
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
226
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
236
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
246
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
365
Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
385
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id,
422
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
424
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
198
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
208
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
226
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
236
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
246
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
365
Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
385
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id,
422
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
424
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
198
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
208
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
226
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
236
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
246
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
365
Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
385
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id,
422
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
424
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
198
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
208
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
226
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
236
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
246
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
365
Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
385
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id,
422
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
424
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
198
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
208
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
226
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
236
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
246
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
365
Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
385
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id,
422
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
424
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h
198
Error handleCreateRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
208
Error handleCreateIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
226
Error handleDestroyRemoteAllocator(ResourceIdMgr::
ResourceId
Id) {
236
Error handleDestroyIndirectStubsOwner(ResourceIdMgr::
ResourceId
Id) {
246
handleEmitIndirectStubs(ResourceIdMgr::
ResourceId
Id,
365
Expected<JITTargetAddress> handleReserveMem(ResourceIdMgr::
ResourceId
Id,
385
Error handleSetProtections(ResourceIdMgr::
ResourceId
Id,
422
std::map<ResourceIdMgr::
ResourceId
, Allocator> Allocators;
424
std::map<ResourceIdMgr::
ResourceId
, ISBlockOwnerList> IndirectStubsOwners;
/frameworks/base/core/java/android/widget/
ViewAnimator.java
308
* @param
resourceID
The resource id of the animation.
313
public void setInAnimation(Context context, @AnimRes int
resourceID
) {
314
setInAnimation(AnimationUtils.loadAnimation(context,
resourceID
));
321
* @param
resourceID
The resource id of the animation.
326
public void setOutAnimation(Context context, @AnimRes int
resourceID
) {
327
setOutAnimation(AnimationUtils.loadAnimation(context,
resourceID
));
/frameworks/base/tools/aapt2/flatten/
XmlFlattener_test.cpp
44
.AddPublicSymbol("android:attr/id",
ResourceId
(0x010100d0),
46
.AddSymbol("com.app.test:id/id",
ResourceId
(0x7f020000))
47
.AddPublicSymbol("android:attr/paddingStart",
ResourceId
(0x010103b3),
49
.AddPublicSymbol("android:attr/colorAccent",
ResourceId
(0x01010435),
51
.AddSymbol("com.app.test.feature:id/foo",
ResourceId
(0x80020000))
52
.AddSymbol("com.app.test.feature:attr/foo",
ResourceId
(0x80010000),
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/
Utils.java
76
public static void showToast(Context context, int
resourceId
) {
77
Toast.makeText(context, context.getString(
resourceId
), Toast.LENGTH_LONG).show();
/cts/tests/tests/widget/src/android/widget/cts/
DigitalClockTest.java
121
private AttributeSet getAttributeSet(int
resourceId
) {
122
XmlResourceParser parser = mActivity.getResources().getXml(
resourceId
);
Completed in 1244 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>