OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextSwitcher
(Results
1 - 18
of
18
) sorted by null
/frameworks/base/core/java/android/widget/
TextSwitcher.java
31
* A
TextSwitcher
is useful to animate a label on screen. Whenever
32
* {@link #setText(CharSequence)} is called,
TextSwitcher
animates the current text
35
public class
TextSwitcher
extends ViewSwitcher {
37
* Creates a new empty
TextSwitcher
.
41
public
TextSwitcher
(Context context) {
46
* Creates a new empty
TextSwitcher
for the given context and with the
52
public
TextSwitcher
(Context context, AttributeSet attrs) {
66
"
TextSwitcher
children must be instances of TextView");
97
event.setClassName(
TextSwitcher
.class.getName());
103
info.setClassName(
TextSwitcher
.class.getName())
[
all
...]
/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
30
import android.widget.
TextSwitcher
;
48
private
TextSwitcher
mTextSwitcher;
170
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
24
import android.widget.
TextSwitcher
;
28
* Test {@link
TextSwitcher
}.
49
new
TextSwitcher
(mContext);
51
new
TextSwitcher
(mContext, null);
59
TextSwitcher
textSwitcher
= new
TextSwitcher
(mContext);
65
textSwitcher
.addView(tv1, 0, new ViewGroup.LayoutParams(PARAMS_WIDTH, PARAMS_HEIGHT));
66
textSwitcher
.addView(tv2, 1, new ViewGroup.LayoutParams(PARAMS_WIDTH, PARAMS_HEIGHT));
68
TextView tvChild1 = (TextView)
textSwitcher
.getChildAt(0)
[
all
...]
/developers/build/prebuilts/gradle/TextSwitcher/TextSwitcherSample/src/main/java/com/example/android/textswitcher/
MainActivity.java
17
package com.example.android.
textswitcher
;
26
import android.widget.
TextSwitcher
;
31
* This sample shows the use of the {@link android.widget.
TextSwitcher
} View with animations. A
32
* {@link android.widget.
TextSwitcher
} is a special type of {@link android.widget.ViewSwitcher} that animates
34
* {@link android.widget.
TextSwitcher
#setText(CharSequence)} is called.
37
private
TextSwitcher
mSwitcher;
45
// Get the
TextSwitcher
view from the layout
46
mSwitcher = (
TextSwitcher
) findViewById(R.id.switcher);
66
* the new value is displayed in the
TextSwitcher
. The change of text is
89
* {@link android.widget.
TextSwitcher
} will switch between
[
all
...]
/developers/samples/android/ui/views/TextSwitcher/TextSwitcherSample/src/main/java/com/example/android/textswitcher/
MainActivity.java
17
package com.example.android.
textswitcher
;
26
import android.widget.
TextSwitcher
;
31
* This sample shows the use of the {@link android.widget.
TextSwitcher
} View with animations. A
32
* {@link android.widget.
TextSwitcher
} is a special type of {@link android.widget.ViewSwitcher} that animates
34
* {@link android.widget.
TextSwitcher
#setText(CharSequence)} is called.
37
private
TextSwitcher
mSwitcher;
45
// Get the
TextSwitcher
view from the layout
46
mSwitcher = (
TextSwitcher
) findViewById(R.id.switcher);
66
* the new value is displayed in the
TextSwitcher
. The change of text is
89
* {@link android.widget.
TextSwitcher
} will switch between
[
all
...]
/development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java
17
package com.example.android.
textswitcher
;
26
import android.widget.
TextSwitcher
;
31
* This sample shows the use of the {@link android.widget.
TextSwitcher
} View with animations. A
32
* {@link android.widget.
TextSwitcher
} is a special type of {@link android.widget.ViewSwitcher} that animates
34
* {@link android.widget.
TextSwitcher
#setText(CharSequence)} is called.
37
private
TextSwitcher
mSwitcher;
45
// Get the
TextSwitcher
view from the layout
46
mSwitcher = (
TextSwitcher
) findViewById(R.id.switcher);
66
* the new value is displayed in the
TextSwitcher
. The change of text is
89
* {@link android.widget.
TextSwitcher
} will switch between
[
all
...]
/development/build/
sdk.atree
241
developers/build/prebuilts/gradle/
TextSwitcher
/ samples/${PLATFORM_NAME}/ui/
TextSwitcher
/frameworks/base/
Android.mk
589
-samplecode $(sample_dir)/
TextSwitcher
\
590
samples/
TextSwitcher
"" \
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
Completed in 601 milliseconds