OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextSwitcher
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/android/widget/
TextSwitcher.java
29
* A
TextSwitcher
is useful to animate a label on screen. Whenever
30
* {@link #setText(CharSequence)} is called,
TextSwitcher
animates the current text
33
public class
TextSwitcher
extends ViewSwitcher {
35
* Creates a new empty
TextSwitcher
.
39
public
TextSwitcher
(Context context) {
44
* Creates a new empty
TextSwitcher
for the given context and with the
50
public
TextSwitcher
(Context context, AttributeSet attrs) {
64
"
TextSwitcher
children must be instances of TextView");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
TickerView.java
21
import android.widget.
TextSwitcher
;
24
public class TickerView extends
TextSwitcher
Ticker.java
31
import android.widget.
TextSwitcher
;
53
private
TextSwitcher
mTextSwitcher;
165
mTextSwitcher = (
TextSwitcher
)sb.findViewById(R.id.tickerText);
/development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java
28
import android.widget.
TextSwitcher
;
33
* Uses a
TextSwitcher
.
38
private
TextSwitcher
mSwitcher;
48
mSwitcher = (
TextSwitcher
) findViewById(R.id.switcher);
/cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java
29
import android.widget.
TextSwitcher
;
33
* Test {@link
TextSwitcher
}.
35
@TestTargetClass(
TextSwitcher
.class)
57
method = "
TextSwitcher
",
62
method = "
TextSwitcher
",
67
new
TextSwitcher
(mContext);
69
new
TextSwitcher
(mContext, null);
82
TextSwitcher
textSwitcher
= new
TextSwitcher
(mContext)
[
all
...]
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
Completed in 175 milliseconds