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

  /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...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1196 milliseconds