package android.widget; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public class ViewAnimator extends FrameLayout{ // Constructors public ViewAnimator(android.content.Context arg1){ super((android.content.Context) null); } public ViewAnimator(android.content.Context arg1, android.util.AttributeSet arg2){ super((android.content.Context) null); } // Methods public void addView(android.view.View arg1, int arg2, android.view.ViewGroup.LayoutParams arg3){ } public void removeView(android.view.View arg1){ } public void removeAllViews(){ } public void removeViewInLayout(android.view.View arg1){ } public void removeViewsInLayout(int arg1, int arg2){ } public void removeViewAt(int arg1){ } public void removeViews(int arg1, int arg2){ } public int getBaseline(){ return 0; } public android.view.View getCurrentView(){ return (android.view.View) null; } public void showNext(){ } public void showPrevious(){ } public void setDisplayedChild(int arg1){ } public int getDisplayedChild(){ return 0; } public android.view.animation.Animation getInAnimation(){ return (android.view.animation.Animation) null; } public void setInAnimation(android.view.animation.Animation arg1){ } public void setInAnimation(android.content.Context arg1, int arg2){ } public android.view.animation.Animation getOutAnimation(){ return (android.view.animation.Animation) null; } public void setOutAnimation(android.view.animation.Animation arg1){ } public void setOutAnimation(android.content.Context arg1, int arg2){ } public void setAnimateFirstView(boolean arg1){ } }