Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 109) sorted by relevance

12345

/development/samples/StackWidget/src/com/example/android/stackwidget/
DWidgetItem.java20 public String text; field in WidgetItem
22 public WidgetItem(String text) { in WidgetItem()
/development/tools/bugreport/src/com/android/bugreport/util/
DLine.java27 public String text; field in Line
38 public Line(int lineno, String text) { in Line()
DUtils.java49 public static boolean matches(Matcher matcher, String text) { in matches()
57 public static Matcher match(Matcher matcher, String text) { in match()
/development/tools/bugreport/src/com/android/bugreport/stacks/
DVmTracesParser.java58 final String text = line.text; in parse() local
67 final String text = line.text; in parse() local
DProcessSnapshotParser.java73 final String text = line.text; in parse() local
104 final String text = line.text; in parse() local
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DScopeLogger.java24 void log(String text); in log()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java195 CharSequence text = getText(textId); in setMood() local
229 CharSequence text = getText(textId); in setMoodView() local
252 CharSequence text = getText(R.string.status_bar_notifications_happy_message); in setDefault() local
DSaveRestoreState.java94 void setSavedText(CharSequence text) { in setSavedText()
DActionBarTabs.java47 final String text = "Tab " + tabCount; in onAddTab() local
113 public TabContentFragment(String text) { in TabContentFragment()
126 TextView text = (TextView) fragView.findViewById(R.id.text); in onCreateView() local
DActionBarNavigation.java43 TextView text = (TextView)findViewById(R.id.launchedfrom); in onCreate() local
/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.cpp35 const ExportedSymbolSet::GlobPatternSet &patterns, const char *text) { in HasMatchingGlobPattern()
47 const std::string &text) { in HasMatchingGlobPattern()
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DDataFragment.java55 public void appendItem(String title, String text) { in appendItem()
102 String text; field in DataFragment.Event
104 public Event(String title, String text) { in Event()
/development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
DReceiveShareService.java52 final CharSequence text = ReceiveShare.buildShareInfo(getContentResolver(), intent); in onHandleIntent() local
/development/samples/ApiDemos/src/com/example/android/apis/content/
DReadAsset.java62 String text = new String(buffer); in onCreate() local
DProcessText.java23 CharSequence text = getIntent().getCharSequenceExtra(Intent.EXTRA_PROCESS_TEXT); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DDragAndDropDemo.java36 TextView text = (TextView) findViewById(R.id.drag_text); in onCreate() local
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DSetTwoMinuteAlarm.java135 private void clickByDescription(String text) throws UiObjectNotFoundException { in clickByDescription()
145 private void clickByText(String text) throws UiObjectNotFoundException { in clickByText()
/development/samples/NotePad/src/com/example/android/notepad/
DNoteEditor.java281 String text = mText.getText().toString(); in onStop() local
377 String text = mText.getText().toString(); in onOptionsItemSelected() local
409 String text=null; in performPaste() local
464 private final void updateNote(String text, String title) { in updateNote()
574 String text = String.format(res.getString(R.string.title_edit), title); in onLoadFinished() local
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandableListItem.java34 public ExpandableListItem(String title, int imgResource, int collapsedHeight, String text) { in ExpandableListItem()
71 public void setText(String text) { in setText()
/development/tools/logblame/
Dps.py112 def ParsePs(text): argument
126 def ParseUids(text): argument
132 def ParseUid(text): argument
Dtest_logs.py153 def check_parsing(expected, text): argument
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DCustomViewAccessibilityActivity.java98 CharSequence text = getText(); in onInitializeAccessibilityNodeInfo() local
110 CharSequence text = getText(); in onPopulateAccessibilityEvent() local
264 private Layout makeLayout(CharSequence text) { in makeLayout()
/development/samples/training/notify-user/src/com/example/android/pingme/
DResultActivity.java34 TextView text = (TextView) findViewById(R.id.result_message); in onCreate() local
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/
DCpuUsageParser.java51 final String text = line.text; in parse() local
/development/vndk/tools/definition-tool/tests/
Dcompat.py82 def assertRegex(self, text, expected_regex, msg=None): argument
87 def assertNotRegex(self, text, unexpected_regex, msg=None): argument

12345