OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textResId
(Results
1 - 17
of
17
) sorted by null
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java
27
public final int
textResId
;
29
public NotificationPreset(int nameResId, int titleResId, int
textResId
) {
32
this.
textResId
=
textResId
;
MainActivity.java
174
mTextEditText.setText(getString(preset.
textResId
));
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java
27
public final int
textResId
;
29
public NotificationPreset(int nameResId, int titleResId, int
textResId
) {
32
this.
textResId
=
textResId
;
MainActivity.java
174
mTextEditText.setText(getString(preset.
textResId
));
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPreset.java
27
public final int
textResId
;
29
public NotificationPreset(int nameResId, int titleResId, int
textResId
) {
32
this.
textResId
=
textResId
;
MainActivity.java
174
mTextEditText.setText(getString(preset.
textResId
));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardIndicationTextView.java
66
public void switchIndication(int
textResId
) {
67
switchIndication(getResources().getText(
textResId
));
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
SidePanelHelper.java
45
public BySelector byViewText(int
textResId
) {
46
return By.hasDescendant(ByResource.text(mTargetResources,
textResId
));
/packages/apps/Settings/src/com/android/settings/display/
AppGridView.java
70
public AppsAdapter(Context context, int layout, int
textResId
, int iconResId) {
71
super(context, layout,
textResId
);
/frameworks/base/services/core/java/com/android/server/pm/
ShortcutParser.java
301
final int
textResId
= sa.getResourceId(R.styleable.Shortcut_shortcutLongLabel, 0);
321
textResId
,
333
int titleResId, int
textResId
, int disabledMessageResId,
353
textResId
,
ShortcutPackage.java
[
all
...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java
393
int
textResId
= attributeSet.getAttributeResourceValue("android", "text", 0);
394
text = context.getResources().getString(
textResId
);
417
int
textResId
= attributeSet.getAttributeResourceValue("android", "hint", 0);
418
hint = context.getResources().getString(
textResId
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java
540
final int
textResId
,
554
button.setText(
textResId
);
713
public void setText(int
textResId
) {
714
mTextView.setText(
textResId
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java
443
public void setText(int
textResId
) {
444
mTextView.setText(
textResId
);
/packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java
240
* @param
textResId
The resource ID of the text for the item.
243
private int addStaticItem(ListView listView, int
textResId
) {
246
textView.setText(
textResId
);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestActivity.java
271
private void showWarningView(int
textResId
) {
277
mWarningText.setText(
textResId
);
/frameworks/base/core/java/android/content/pm/
ShortcutInfo.java
[
all
...]
Completed in 1243 milliseconds