HomeSort by relevance Sort by last modified time
    Searched full:viewswitcher (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /cts/tests/tests/widget/src/android/widget/cts/
ViewSwitcherTest.java 34 import android.widget.ViewSwitcher;
35 import android.widget.ViewSwitcher.ViewFactory;
43 * Test {@link ViewSwitcher}.
57 new ViewSwitcher(mContext);
59 new ViewSwitcher(mContext, null);
63 new ViewSwitcher(mContext, attrs);
68 final ViewSwitcher viewSwitcher = new ViewSwitcher(mContext);
71 viewSwitcher.setFactory(factory)
    [all...]
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 27 * create the views, or add them yourself. A ViewSwitcher can only have two
30 public class ViewSwitcher extends ViewAnimator {
37 * Creates a new empty ViewSwitcher.
41 public ViewSwitcher(Context context) {
46 * Creates a new empty ViewSwitcher for the given context and with the
52 public ViewSwitcher(Context context, AttributeSet attrs) {
64 throw new IllegalStateException("Can't add more than 2 views to a ViewSwitcher");
71 return ViewSwitcher.class.getName();
96 * ViewSwitcher will flip. Instead of using a factory, you can call
109 * Reset the ViewSwitcher to hide all of the existing views and to make i
    [all...]
ImageSwitcher.java 26 * {@link ViewSwitcher} that switches between two ImageViews when a new
30 public class ImageSwitcher extends ViewSwitcher
TextSwitcher.java 26 * Specialized {@link android.widget.ViewSwitcher} that contains
33 public class TextSwitcher extends ViewSwitcher {
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
NavCard.java 23 import android.widget.ViewSwitcher;
24 import android.widget.ViewSwitcher.ViewFactory;
34 private ViewSwitcher mDirectionsSwitcher;
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentPlayPauseButton.java 21 import android.widget.ViewSwitcher;
28 public class AudioAttachmentPlayPauseButton extends ViewSwitcher {
  /packages/services/Car/tests/InstrumentClusterRendererSample/res/layout/
icon_switcher.xml 17 <ViewSwitcher xmlns:android="http://schemas.android.com/apk/res/android"
33 </ViewSwitcher
nav_card.xml 18 <ViewSwitcher android:id="@+id/nav_directions_switcher"
24 </ViewSwitcher>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 59 <ViewSwitcher ></ViewSwitcher>
completion1-expected-completion12.txt 59 <ViewSwitcher ></ViewSwitcher>
completion9-expected-completion64.txt 59 <ViewSwitcher ></ViewSwitcher>
  /development/samples/ApiDemos/src/com/example/android/apis/view/
TextSwitcher1.java 30 import android.widget.ViewSwitcher;
35 public class TextSwitcher1 extends Activity implements ViewSwitcher.ViewFactory,
  /packages/apps/Car/Settings/res/layout/
bluetooth_list.xml 30 <ViewSwitcher
52 </ViewSwitcher>
wifi_list.xml 30 <ViewSwitcher
46 </ViewSwitcher>
add_wifi.xml 22 <ViewSwitcher
43 </ViewSwitcher>
  /developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 28 import android.widget.ViewSwitcher.ViewFactory;
32 * {@link android.widget.TextSwitcher} is a special type of {@link android.widget.ViewSwitcher} that animates
88 * The {@link android.widget.ViewSwitcher.ViewFactory} used to create {@link android.widget.TextView}s that the
  /developers/samples/android/ui/views/TextSwitcher/Application/src/main/java/com/example/android/textswitcher/
MainActivity.java 28 import android.widget.ViewSwitcher.ViewFactory;
32 * {@link android.widget.TextSwitcher} is a special type of {@link android.widget.ViewSwitcher} that animates
88 * The {@link android.widget.ViewSwitcher.ViewFactory} used to create {@link android.widget.TextView}s that the
  /development/samples/browseable/TextSwitcher/src/com.example.android.textswitcher/
MainActivity.java 28 import android.widget.ViewSwitcher.ViewFactory;
32 * {@link android.widget.TextSwitcher} is a special type of {@link android.widget.ViewSwitcher} that animates
88 * The {@link android.widget.ViewSwitcher.ViewFactory} used to create {@link android.widget.TextView}s that the
  /developers/samples/android/ui/views/TextSwitcher/
template-params.xml 62 TextSwitcher is a special type of [android.widget.ViewSwitcher][2] that animates
70 [2]: http://developer.android.com/reference/android/widget/ViewSwitcher.html
README.md 11 TextSwitcher is a special type of [android.widget.ViewSwitcher][2] that animates
19 [2]: http://developer.android.com/reference/android/widget/ViewSwitcher.html
  /cts/tests/tests/widget/res/layout/
viewswitcher_layout.xml 22 <ViewSwitcher android:id="@+id/viewswitcher_test"
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
VideoViewBindingAdapter.java 21 import android.widget.ViewSwitcher;
  /packages/apps/Calendar/res/layout/
day_activity.xml 25 <ViewSwitcher
  /packages/apps/Calendar/src/com/android/calendar/
DayFragment.java 33 import android.widget.ViewSwitcher;
34 import android.widget.ViewSwitcher.ViewFactory;
50 protected ViewSwitcher mViewSwitcher;
105 mViewSwitcher = (ViewSwitcher) v.findViewById(R.id.switcher);
118 view.setLayoutParams(new ViewSwitcher.LayoutParams(
  /developers/build/prebuilts/gradle/TextSwitcher/
README.md 11 TextSwitcher is a special type of [android.widget.ViewSwitcher][2] that animates
19 [2]: http://developer.android.com/reference/android/widget/ViewSwitcher.html

Completed in 527 milliseconds

1 2 3 4 5 6 7 8 910