OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:customtext
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/ui/widget/
GenericEditorView.java
153
final String
customText
= mEntry.getAsString(mType.customColumn);
154
if (
customText
!= null) {
155
mLabel.setText(
customText
);
297
final String
customText
= customType.getText().toString().trim();
298
if (ContactsUtils.isGraphic(
customText
)) {
303
mEntry.put(mType.customColumn,
customText
);
/external/quake/res/layout/
downloader.xml
26
<TextView android:id="@+id/
customText
"
/frameworks/base/docs/html/guide/topics/resources/
style-resource.jd
102
<style name="
CustomText
" parent="@style/Text">
116
style="@style/
CustomText
"
/external/quake/src/com/android/quake/
DownloaderActivity.java
76
* @param
customText
A text string that is displayed in the downloader UI.
86
String
customText
, String fileConfigUrl,
99
intent.putExtra(EXTRA_CUSTOM_TEXT,
customText
);
166
((TextView) findViewById(R.id.
customText
)).setText(
[
all
...]
Completed in 953 milliseconds