OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spantext
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewPropertyAlphaActivity.java
55
startAnim(R.id.
spantext
);
73
findViewById(R.id.
spantext
).invalidate();
77
TextView textView = (TextView) findViewById(R.id.
spantext
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java
145
Spannable
spanText
= (Spannable) mTextView.getText();
146
spanText
.setSpan(new ForegroundColorSpan(color), start, end, 0);
/frameworks/base/tests/HwAccelerationTest/res/layout/
view_properties.xml
40
android:id="@+id/
spantext
"/>
/packages/apps/Calendar/src/com/android/calendar/
Utils.java
[
all
...]
/packages/apps/Calendar/tests/src/com/android/calendar/
UtilsTests.java
476
Spannable
spanText
= Utils.extendedLinkify(text, lastDitchGeo);
477
URLSpan[] spansFound =
spanText
.getSpans(0,
spanText
.length(), URLSpan.class);
Completed in 280 milliseconds