HomeSort by relevance Sort by last modified time
    Searched full:spanned (Results 126 - 150 of 229) sorted by null

1 2 3 4 56 7 8 910

  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 32 import android.text.Spanned;
350 final Spanned markup = Html.fromHtml(htmlText);
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 121 subsequent block. A page that is entirely spanned by a single
framing.html 207 spanned pages. The segment data in the first packet corresponding to
226 spanning process is repeated for each spanned page boundary. Also a
230 should be set to 0x01 to indicate that the packet spanned, even though
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 147 ;// how the nine bytes are spanned for different offsets from
378 ;// rounding cases are handled by the different code base and spanned by
413 ;// rounding cases are handled by the different code base and spanned by
450 ;// rounding cases are handled by the different code base and spanned by
  /frameworks/base/core/java/android/text/
Spanned.java 25 public interface Spanned
TextLine.java 58 private Spanned mSpanned;
149 if (text instanceof Spanned) {
150 mSpanned = (Spanned) text;
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoderICU.java 239 // invalid char that spanned input buffers. We adjust it to 0 in this case.
  /libcore/luni/src/test/java/libcore/java/io/
OldInputStreamReaderTest.java 244 * multibyte encodings spanned buffer boundaries.
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 783 SpannableString spanned = new SpannableString(msg); local
784 spanned.setSpan(new TtsSpan.TextBuilder(ttsMsg).build(),
785 0, spanned.length(), Spannable.SPAN_INCLUSIVE_INCLUSIVE);
786 return spanned;
    [all...]
  /external/libogg/doc/
framing.html 207 spanned pages. The segment data in the first packet corresponding to
226 spanning process is repeated for each spanned page boundary. Also a
230 should be set to 0x01 to indicate that the packet spanned, even though
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
NotificationCompat.java 34 import android.text.Spanned;
177 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE /* flags */);
185 if (replyName instanceof Spanned) {
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 27 import android.text.Spanned;
527 Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
560 text.setSpan(mHighlightSpan, 0, text.length(), Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 59 import android.text.Spanned;
364 public HtmlTree.Converter<Spanned> createInstance() {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 362 * @param s The string to be spanned
549 * @param s The string to be spanned
641 * @param s The string to be spanned
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 358 * @param s The string to be spanned
545 * @param s The string to be spanned
637 * @param s The string to be spanned
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Table.java 820 if (colspan == 1) { // Spanned column min and pref width is added later.
836 // Colspan with expand will expand all spanned columns if none of the spanned columns have expand.
877 // Distribute any additional min and pref width added by colspanned cells to the columns spanned.
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 61 import android.text.Spanned;
841 URLSpan[] urlSpans = ((Spanned) mTextView.getText()).
845 selectionStart = ((Spanned) mTextView.getText()).getSpanStart(urlSpan);
846 selectionEnd = ((Spanned) mTextView.getText()).getSpanEnd(urlSpan);
1513 Spanned spanned = (Spanned)content; local
    [all...]
  /frameworks/support/compat/java/android/support/v4/app/
ShareCompat.java 31 import android.text.Spanned;
759 if (text instanceof Spanned) {
760 result = Html.toHtml((Spanned) text);
    [all...]
  /external/ceres-solver/internal/ceres/
dogleg_strategy_test.cc 196 // Test if the subspace basis is a valid orthonormal basis of the space spanned
dogleg_strategy.cc 180 // along the one-dimensional subspace spanned by the gradient.
452 // subspace spanned by subspace_basis_.
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 223 /* For 3D textures, a mipmap is spanned by all the layers, for array
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
ContactDisplayUtils.java 230 * span the number with a telephone {@link TtsSpan}, and return the spanned string.
  /prebuilts/sdk/19/
android.jar 
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 25 * acts on the whole space, the second Householder reflection leaves the one-dimensional subspace spanned by
27 * spanned by the first two unit vectors invariant, and so on up to the last reflection which leaves all but

Completed in 890 milliseconds

1 2 3 4 56 7 8 910