/cts/tests/tests/widget/src/android/widget/cts/ |
ViewSwitcherTest.java | 28 import android.widget.ViewSwitcher; 29 import android.widget.ViewSwitcher.ViewFactory; 40 * Test {@link ViewSwitcher}. 42 @TestTargetClass(ViewSwitcher.class) 44 private ViewSwitcher mViewSwitcher; 55 notes = "Test constructor(s) of {@link ViewSwitcher}", 56 method = "ViewSwitcher", 61 notes = "Test constructor(s) of {@link ViewSwitcher}", 62 method = "ViewSwitcher", 66 @ToBeFixed(bug = "1417734", explanation = "ViewSwitcher#ViewSwitcher(Context, AttributeSet)" [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"); 91 * ViewSwitcher will flip. Instead of using a factory, you can call 104 * Reset the ViewSwitcher to hide all of the existing views and to make it 121 * Creates views in a ViewSwitcher [all...] |
TextSwitcher.java | 26 * Specialized {@link android.widget.ViewSwitcher} that contains 33 public class TextSwitcher extends ViewSwitcher {
|
ImageSwitcher.java | 27 public class ImageSwitcher extends ViewSwitcher
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
completion1-expected-completion11.txt | 55 <ViewSwitcher ></ViewSwitcher>
|
completion1-expected-completion12.txt | 55 <ViewSwitcher ></ViewSwitcher>
|
completion9-expected-completion64.txt | 55 <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,
|
ImageSwitcher1.java | 34 import android.widget.ViewSwitcher; 38 AdapterView.OnItemSelectedListener, ViewSwitcher.ViewFactory {
|
/packages/apps/Gallery2/res/layout/ |
photoeditor_actionbar.xml | 48 <ViewSwitcher 62 </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(
|
DayView.java | 82 import android.widget.ViewSwitcher; 588 private ViewSwitcher mViewSwitcher; 605 ViewSwitcher viewSwitcher, EventLoader eventLoader, int numDays) { 708 mViewSwitcher = viewSwitcher; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
ActionBar.java | 22 import android.widget.ViewSwitcher; 71 ViewSwitcher switcher = (ViewSwitcher) findViewById(R.id.save_share_buttons);
|
/cts/tests/res/layout/ |
viewswitcher_layout.xml | 22 <ViewSwitcher android:id="@+id/viewswitcher_test"
|
/packages/apps/Calendar/res/layout/ |
day_activity.xml | 24 <ViewSwitcher
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorDisplay.java | 28 import android.widget.ViewSwitcher; 33 class CalculatorDisplay extends ViewSwitcher {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
extra-view-metadata.xml | 335 relatedTo="ViewFlipper,ViewSwitcher,TextSwitcher" 349 relatedTo="ViewFlipper,ImageSwitcher,ViewSwitcher" 360 relatedTo="ViewSwitcher,ImageSwitcher,TextSwitcher" 364 class="android.widget.ViewSwitcher"
|
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/ |
LayoutAnalysisCategory.java | 53 "ViewSwitcher", "ViewFlipper", "ViewAnimator", "ImageSwitcher",
|
/frameworks/base/docs/html/guide/topics/ui/ |
layout-objects.jd | 288 <td>{@link android.widget.ViewSwitcher ViewSwitcher} </td>
|
/frameworks/base/docs/html/sdk/ |
android-3.1.jd | 617 android.widget.ViewFlipper}, and {@link android.widget.ViewSwitcher}.</li> [all...] |
/frameworks/base/docs/html/ |
sitemap.txt | [all...] |
/cts/tools/dex-tools/dex/ |
classes.out.dex | [all...] |
/dalvik/hit/samples/ |
android.hprof | [all...] |
/frameworks/base/core/res/res/values/ |
attrs.xml | [all...] |