HomeSort by relevance Sort by last modified time
    Searched defs:textswitcher (Results 1 - 3 of 3) sorted by null

  /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...]

Completed in 186 milliseconds