Searched refs:text (Results 276 - 300 of 703) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListHeterogeneous.java43 return ListItemFactory.text(
H A DListScrollListener.java49 mText = (TextView) findViewById(R.id.text);
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_UnpackBlock4x4_s.S11 .text
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdCountLeadingZeros.s20 AREA |.text|, CODE
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdCountLeadingZeros.S20 .text
/frameworks/base/media/libstagefright/timedtext/
H A DTimedTextParser.h39 status_t getText(AString *text, int64_t *startTimeUs, int64_t *endTimeUs,
52 // the offset of the text in the original file
60 // the key indicated the start time of the text
/frameworks/base/opengl/libagl/
H A Dfixed_asm.S19 .text
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DAccountUnlockScreen.java32 import android.text.Editable;
33 import android.text.InputFilter;
34 import android.text.LoginFilter;
35 import android.text.TextWatcher;
H A DPasswordUnlockScreen.java33 import android.text.Editable;
34 import android.text.InputType;
35 import android.text.TextWatcher;
36 import android.text.method.DigitsKeyListener;
37 import android.text.method.TextKeyListener;
163 // Poke the wakelock any time the text is selected or modified
198 // If no icon is visible, reset the left margin on the password field so the text is
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneNumberWatcherTest.java20 import android.text.Editable;
21 import android.text.Selection;
22 import android.text.SpannableStringBuilder;
23 import android.text.TextWatcher;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMarqueeActivity.java21 import android.text.TextUtils;
/frameworks/compile/libbcc/runtime/lib/i386/
H A Dfloatundisf.S29 .text
69 .text
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java51 public static List<Object> findAccessibilityNodeInfosByText(Object info, String text) { argument
52 Object result = ((AccessibilityNodeInfo) info).findAccessibilityNodeInfosByText(text);
212 public static void setText(Object info, CharSequence text) { argument
213 ((AccessibilityNodeInfo) info).setText(text);
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h139 const char* text() const { function in class:android::uirenderer::DisplayList::TextContainer
206 void getText(TextContainer* text) { argument
207 size_t length = text->mByteLength = getInt();
208 text->mText = (const char*) mReader.skip(length);
292 virtual void drawText(const char* text, int bytesCount, int count, float x, float y,
395 inline void addText(const void* text, size_t byteLength) { argument
397 mWriter.writePad(text, byteLength);
H A DFontRenderer.cpp157 void Font::render(SkPaint* paint, const char* text, uint32_t start, uint32_t len, argument
160 render(paint, text, start, len, numGlyphs, x, y, BITMAP, bitmap,
163 render(paint, text, start, len, numGlyphs, x, y, FRAMEBUFFER, NULL,
168 void Font::measure(SkPaint* paint, const char* text, uint32_t start, uint32_t len, argument
171 LOGE("No return rectangle provided to measure text");
175 render(paint, text, start, len, numGlyphs, 0, 0, MEASURE, NULL, 0, 0, bounds);
180 void Font::render(SkPaint* paint, const char* text, uint32_t start, uint32_t len, argument
183 if (numGlyphs == 0 || text == NULL || len == 0) {
197 text += start;
200 glyph_t glyph = GET_GLYPH(text);
712 renderDropShadow(SkPaint* paint, const char *text, uint32_t startIndex, uint32_t len, int numGlyphs, uint32_t radius) argument
756 renderText(SkPaint* paint, const Rect* clip, const char *text, uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) argument
[all...]
/frameworks/base/libs/utils/
H A DRefBase.cpp186 String8 text; local
192 text.append(buf);
193 printRefsLocked(&text, mStrongRefs);
195 text.append(buf);
196 printRefsLocked(&text, mWeakRefs);
204 write(rc, text.string(), text.length());
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java31 import android.text.TextUtils;
44 * Synthesizes speech from text for immediate playback or to create a sound file.
45 * <p>A TextToSpeech instance can only be used to synthesize text once it has completed its
67 * and text to be synthesized) are dropped and replaced by the new entry.
114 * of all the text in the speech queue.
117 * processing text data. Audio playback might not have completed (or even started)
153 * Constants and parameter names for controlling text-to-speech. These include:
264 * Name under which a text to speech engine publishes information about itself.
322 * Activity intent for getting some sample text to use for demonstrating TTS.
419 * Parameter key to specify the audio stream type to be used when speaking text
686 addSpeech(String text, String packagename, int resourceId) argument
708 addSpeech(String text, String filename) argument
797 speak(final String text, final int queueMode, final HashMap<String, String> params) argument
1089 synthesizeToFile(final String text, final HashMap<String, String> params, final String filename) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java35 import android.text.Spannable;
36 import android.text.SpannableString;
37 import android.text.TextUtils;
38 import android.text.style.TextAppearanceSpan;
142 * will be shown for each entry. When clicked, the suggested text on that line will be
143 * copied to the query text field.
328 // If no second line of text is indicated, allow the first line of text
376 SpannableString text = new SpannableString(url);
377 text
383 setViewText(TextView v, CharSequence text) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DCatService.java258 if ((((LaunchBrowserParams) cmdParams).confirmMsg.text != null)
259 && (((LaunchBrowserParams) cmdParams).confirmMsg.text.equals(STK_DEFAULT))) {
261 ((LaunchBrowserParams) cmdParams).confirmMsg.text = message.toString();
272 if ((((DisplayTextParams)cmdParams).textMsg.text != null)
273 && (((DisplayTextParams)cmdParams).textMsg.text.equals(STK_DEFAULT))) {
275 ((DisplayTextParams)cmdParams).textMsg.text = message.toString();
281 if ((((CallSetupParams) cmdParams).confirmMsg.text != null)
282 && (((CallSetupParams) cmdParams).confirmMsg.text.equals(STK_DEFAULT))) {
284 ((CallSetupParams) cmdParams).confirmMsg.text = message.toString();
292 if (cmd.bHasAlphaId && (cmd.textMsg.text
[all...]
H A DCommandParamsFactory.java286 textMsg.text = ValueParser.retrieveTextString(ctlv);
290 if (textMsg.text == null) {
346 textMsg.text = ValueParser.retrieveTextString(ctlv);
348 // load icons only when text exist.
349 if (textMsg.text != null) {
389 input.text = ValueParser.retrieveTextString(ctlv);
446 input.text = ValueParser.retrieveTextString(ctlv);
635 textMsg.text = ValueParser.retrieveAlphaId(ctlv);
720 confirmMsg.text = ValueParser.retrieveAlphaId(ctlv);
793 textMsg.text
[all...]
/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java108 public String text; field in class:GpsNetInitiatedHandler.GpsNiNotification
138 + " requestorId: " + notif.requestorId + " text: " + notif.text);
230 ", text: " + notif.text);
348 * @param original The text string to be decoded
350 * a string as Hex can allow zeros inside the coded text.
385 Log.e(TAG, "Unknown encoding " + coding + " for NI text " + original);
396 decodeString(notif.text, mIsHexInput, notif.textEncoding));
412 decodeString(notif.text, mIsHexInpu
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java34 import android.text.InputType;
35 import android.text.Layout;
36 import android.text.Spannable;
37 import android.text.method.MovementMethod;
94 * an input area with a keyboard, another could allow the user to draw text,
96 * user) but instead listen to audio and perform text to speech conversion.</p>
111 * the application and its top part will contain the extract text of what is
121 * however else your input method wants to generate text. Most implementations
142 * <p>Often while the user is generating raw text, an input method wants to
143 * provide them with a list of possible interpretations of that text tha
471 updateExtractedText(int token, ExtractedText text) argument
1598 onUpdateExtractedText(int token, ExtractedText text) argument
2000 onExtractedReplaceText(int start, int end, CharSequence text) argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java113 public void commitText(CharSequence text, int newCursorPosition) { argument
114 dispatchMessage(obtainMessageIO(DO_COMMIT_TEXT, newCursorPosition, text));
117 public void commitCompletion(CompletionInfo text) { argument
118 dispatchMessage(obtainMessageO(DO_COMMIT_COMPLETION, text));
141 public void setComposingText(CharSequence text, int newCursorPosition) { argument
142 dispatchMessage(obtainMessageIO(DO_SET_COMPOSING_TEXT, newCursorPosition, text));
/frameworks/base/tools/preload/
H A Dsorttable.js170 text = sorttable.getInnerText(table.tBodies[0].rows[i].cells[column]);
171 if (text != '') {
172 if (text.match(/^-?[�$�]?[\d,.]+%?$/)) {
178 possdate = text.match(sorttable.DATE_RE)
200 // gets the text we want to use for sorting for a cell.
203 // for example, you can override the cell text with a customkey attribute.
218 else if (typeof node.text != 'undefined' && !hasInputs) {
219 return node.text.replace(/^\s+|\s+$/g, '');
/frameworks/base/tools/localize/
H A DXMLHandler.cpp222 XMLNode::NewText(const SourcePos& pos, const string& text, int pretty) argument
228 node->m_text = text;
607 XMLHandler::ParseString(const string& filename, const string& text, XMLHandler* handler)
620 if (XML_Parse(parser, text.c_str(), text.size(), true) == XML_STATUS_ERROR) {
653 XMLHandler::OnText(const SourcePos& pos, const string& text)
659 XMLHandler::OnComment(const SourcePos& pos, const string& text)
692 TopElementHandler::OnText(const SourcePos& pos, const string& text)
749 NodeHandler::OnText(const SourcePos& pos, const string& text) argument
754 XMLNode* n = XMLNode::NewText(pos, text, m_node
760 OnComment(const SourcePos& pos, const string& text) argument
783 ParseString(const string& filename, const string& text, int pretty) argument
[all...]

Completed in 489 milliseconds

<<11121314151617181920>>