OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextSwitcher
(Results
1 - 25
of
27
) sorted by null
1
2
/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");
94
return
TextSwitcher
.class.getName();
/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);
/developers/build/prebuilts/gradle/TextSwitcher/Application/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/Application/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
...]
/cts/tests/tests/widget/src/android/widget/cts/
TextSwitcherTest.java
30
import android.widget.
TextSwitcher
;
39
* Test {@link
TextSwitcher
}.
54
private
TextSwitcher
mTextSwitcher;
63
mTextSwitcher = (
TextSwitcher
) mActivity.findViewById(R.id.switcher);
68
new
TextSwitcher
(mActivity);
70
new
TextSwitcher
(mActivity, null);
193
mTextSwitcher = new
TextSwitcher
(mActivity);
/development/build/
sdk.atree
292
developers/build/prebuilts/gradle/
TextSwitcher
/ samples/${PLATFORM_NAME}/ui/
TextSwitcher
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
ViewTest.java
[
all
...]
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/21/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/26/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/system_23/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
/prebuilts/tools/common/api-versions/android-2/
android.jar
/prebuilts/tools/common/api-versions/android-3/
android.jar
/prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar
Completed in 1334 milliseconds
1
2