OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resourceid
(Results
126 - 150
of
528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/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));
/external/smali/baksmali/src/main/java/org/jf/baksmali/
BaksmaliOptions.java
96
Integer
resourceId
= Integer.decode(attr.getValue("id"));
99
resourceIds.put(
resourceId
, qualifiedResourceName);
/frameworks/base/core/java/android/security/net/config/
ResourceCertificateSource.java
45
public ResourceCertificateSource(int
resourceId
, Context context) {
46
mResourceId =
resourceId
;
XmlConfigSource.java
48
public XmlConfigSource(Context context, int
resourceId
) {
49
this(context,
resourceId
, false);
53
public XmlConfigSource(Context context, int
resourceId
, boolean debugBuild) {
54
this(context,
resourceId
, debugBuild, Build.VERSION_CODES.CUR_DEVELOPMENT);
58
public XmlConfigSource(Context context, int
resourceId
, boolean debugBuild,
60
this(context,
resourceId
, debugBuild, targetSdkVersion, 1 /*targetSandboxVersion*/);
63
public XmlConfigSource(Context context, int
resourceId
, boolean debugBuild,
65
mResourceId =
resourceId
;
/frameworks/base/core/java/android/util/
IconDrawableFactory.java
106
int
resourceId
= CORP_BADGE_COLORS[badge % CORP_BADGE_COLORS.length];
107
return Resources.getSystem().getColor(
resourceId
, null);
/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/
JavaClassGenerator.h
98
void ProcessResource(const ResourceNameRef& name, const
ResourceId
& id,
105
void ProcessStyleable(const ResourceNameRef& name, const
ResourceId
& id,
/frameworks/base/tools/aapt2/process/
SymbolTable.cpp
116
const SymbolTable::Symbol* SymbolTable::FindById(const
ResourceId
& id) {
168
ResourceId
id, const std::vector<std::unique_ptr<ISymbolSource>>& sources) {
195
symbol->id =
ResourceId
(sr.package->id.value(), sr.type->id.value(), sr.entry->id.value());
230
const android::ResTable& table,
ResourceId
id) {
278
symbol.symbol.id =
ResourceId
(map_entry.name.ident);
296
ResourceId
res_id = table.identifierForName(
319
ResourceId
id) {
328
ResourceId
id) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
PeopleOptionsItemData.java
113
final int
resourceId
= otherParticipant.isBlocked() ?
115
mTitle = mContext.getString(
resourceId
, otherParticipant.getDisplayDestination());
/packages/apps/Settings/src/com/android/settings/search/
XmlParserUtils.java
104
if (tv.
resourceId
!= 0) {
105
data = context.getResources().getStringArray(tv.
resourceId
);
/platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/
TouchLatencyHelper.java
113
public UiObject2 waitForSysAppUiObject2(String
resourceId
) {
116
Until.findObject(By.res(launcherPackageName,
resourceId
)),
/cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java
69
tv1.
resourceId
= 4;
78
assertEquals(4, tv2.
resourceId
);
133
tv.
resourceId
= 4;
172
tv.
resourceId
= 4;
/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/mesa3d/src/glx/
glx_error.h
39
uint_fast32_t
resourceID
, uint_fast16_t minorCode,
/external/python/cpython2/Mac/Modules/menu/
menuedit.py
10
(short, '
resourceID
', InMode),
/frameworks/base/core/java/android/content/res/
ResourceId.java
24
public final class
ResourceId
{
/frameworks/support/compat/java/android/support/v4/content/res/
FontResourcesParserCompat.java
108
int
resourceId
) {
112
mResourceId =
resourceId
;
257
int
resourceId
= array.getResourceId(R.styleable.FontFamilyFont_font, 0);
263
return new FontFileResourceEntry(filename, weight, isItalic,
resourceId
);
/packages/apps/DocumentsUI/src/com/android/documentsui/
IconUtils.java
65
return applyTintColor(context, drawableId, outValue.
resourceId
);
/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
);
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
InputTestCase.java
91
* @param
resourceId
The resource id from which to send the register command.
93
public void registerInputDevice(int
resourceId
) {
95
sendHidCommands(
resourceId
);
/cts/tests/tests/preference2/src/android/preference2/cts/
TestUtils.java
143
int
resourceId
=
146
(
resourceId
> 0) ? context.getResources().getDimensionPixelSize(
resourceId
) : 0;
/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
);
Completed in 1015 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>