OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getResources
(Results
226 - 250
of
2117
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
SearchBaseUrlHelper.java
93
return mContext.
getResources
().getString(R.string.google_search_base_pattern,
159
return mContext.
getResources
().getString(R.string.default_search_domain);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
SpamWarningView.java
31
mHighWarningColor =
getResources
().getColor(R.color.high_spam_color);
32
mLowWarningColor =
getResources
().getColor(R.color.conv_header_text_light);
/packages/experimental/PrintService/src/foo/bar/printservice/
MyDialogActivity.java
42
getResources
().getStringArray(R.array.on_print_job_queued_actions)));
95
getResources
().getStringArray(R.array.on_request_cancel_print_job_actions)));
/packages/services/Telephony/src/com/android/phone/
EditFdnContactScreen.java
175
Resources r =
getResources
();
302
showStatus(
getResources
().getText(R.string.adding_fdn_contact));
327
showStatus(
getResources
().getText(R.string.updating_fdn_contact));
376
showStatus(
getResources
().getText(mAddContact ?
381
showStatus(
getResources
().getText(R.string.fdn_invalid_number));
384
showStatus(
getResources
().getText(R.string.fdn_enable_puk2_requested));
386
showStatus(
getResources
().getText(R.string.puk2_blocked));
390
showStatus(
getResources
().getText(R.string.pin2_or_fdn_invalid));
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java
503
parser = context.
getResources
().getXml(id);
509
context.
getResources
().getResourceEntryName(id));
515
context.
getResources
().getResourceEntryName(id));
552
c.
getResources
().getResourceEntryName(id) + " must be a <" +
560
" in " + c.
getResources
().getResourceEntryName(id));
610
mResources = mContext.
getResources
();
[
all
...]
/cts/hostsidetests/holo/app/src/android/holo/app/
DisplayInfoActivity.java
42
DisplayMetrics dm =
getResources
().getDisplayMetrics();
/cts/tests/tests/content/src/android/content/res/cts/
RawResourceTest.java
33
mResources = mContext.
getResources
();
TypedArrayTest.java
144
//
getResources
test
145
assertEquals(getContext().
getResources
(), mTypedArray.
getResources
());
162
final XmlResourceParser parser = getContext().
getResources
().getXml(R.xml.test_color);
166
final TypedArray ta = getContext().
getResources
().obtainAttributes(set,
/cts/tests/tests/holo/src/android/holo/cts/
DisplayInfoActivity.java
40
DisplayMetrics dm =
getResources
().getDisplayMetrics();
/cts/tests/tests/media/src/android/media/cts/
MediaPlayerSurfaceStubActivity.java
40
mResources =
getResources
();
/cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceTest.java
51
String summaryExp = mActivity.
getResources
().getString(
89
String titleExp = mActivity.
getResources
().getString(
100
String titleExp = mActivity.
getResources
().getString(
162
Drawable iconExp = mActivity.
getResources
().getDrawable(R.drawable.ic_launcher);
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_CommonDataKinds_PhoneTest.java
30
mResources = mContext.
getResources
();
ContactsContract_CommonDataKinds_RelationTest.java
30
mResources = mContext.
getResources
();
/cts/tests/tests/renderscript/src/android/renderscript/cts/
RSBase.java
81
mRes = mCtx.
getResources
();
RenderScriptTest.java
33
getContext().
getResources
(), R.raw.passthrough);
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
RSBase.java
81
mRes = mCtx.
getResources
();
/cts/tests/tests/widget/src/android/widget/cts/
AbsListView_LayoutParamsTest.java
37
XmlPullParser parser = mContext.
getResources
().getXml(R.layout.abslistview_layout);
AbsoluteLayout_LayoutParamsTest.java
37
XmlPullParser parser = mContext.
getResources
().getLayout(R.layout.absolute_layout);
AnalogClockTest.java
42
XmlPullParser parser = getActivity().
getResources
().getXml(R.layout.analogclock);
FrameLayout_LayoutParamsTest.java
38
XmlPullParser parser = mContext.
getResources
().getLayout(R.layout.framelayout_layout);
LinearLayout_LayoutParamsTest.java
35
XmlResourceParser p = mContext.
getResources
().getLayout(R.layout.linearlayout_layout);
RadioButtonTest.java
40
AttributeSet attrs = mContext.
getResources
().getLayout(R.layout.radiogroup_1);
/developers/build/prebuilts/gradle/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java
74
builder.setLargeIcon(BitmapFactory.decodeResource(
getResources
(), R.drawable.ic_launcher));
/developers/build/prebuilts/gradle/TextLinkify/TextLinkifySample/src/main/java/com/example/android/textlinkify/
MainActivity.java
80
Html.fromHtml(
getResources
().getString(R.string.link_text_manual)));
/developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/src/main/java/com/example/android/basicnotifications/
MainActivity.java
74
builder.setLargeIcon(BitmapFactory.decodeResource(
getResources
(), R.drawable.ic_launcher));
Completed in 695 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>