package android.view; /* * #%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 ViewPropertyAnimator { // Constructors ViewPropertyAnimator(View arg1){ } // Methods public void start(){ } public ViewPropertyAnimator x(float arg1){ return (ViewPropertyAnimator) null; } public void cancel(){ } public long getDuration(){ return 0l; } public ViewPropertyAnimator setInterpolator(android.animation.TimeInterpolator arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator setDuration(long arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator y(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator setStartDelay(long arg1){ return (ViewPropertyAnimator) null; } public long getStartDelay(){ return 0l; } public ViewPropertyAnimator alpha(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator rotation(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator rotationX(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator rotationY(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator scaleX(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator scaleY(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator translationX(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator translationY(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator setListener(@com.francetelecom.rd.stubs.annotation.CallBackRegister("onAnimation") android.animation.Animator.AnimatorListener arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator xBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator yBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator rotationBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator rotationXBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator rotationYBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator translationXBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator translationYBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator scaleXBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator scaleYBy(float arg1){ return (ViewPropertyAnimator) null; } public ViewPropertyAnimator alphaBy(float arg1){ return (ViewPropertyAnimator) null; } }