资源简介
ViewPager的源码以及Android3.0一下使用属性动画的Jar包。
代码片段和文件信息
/*
* Copyright (C) 2011 The Android Open Source Project
*
* 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.
*/
package android.support.v4.view;
import android.content.Context;
import android.content.res.Resources;
import android.content.res.TypedArray;
import android.database.DataSetObserver;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.SystemClock;
import android.support.v4.os.ParcelableCompat;
import android.support.v4.os.ParcelableCompatCreatorCallbacks;
import android.support.v4.view.accessibility.AccessibilityEventCompat;
import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
import android.support.v4.view.accessibility.AccessibilityRecordCompat;
import android.support.v4.widget.EdgeEffectCompat;
import android.util.AttributeSet;
import android.util.Log;
import android.view.FocusFinder;
import android.view.Gravity;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.view.SoundEffectConstants;
import android.view.VelocityTracker;
import android.view.View;
import android.view.ViewConfiguration;
import android.view.ViewGroup;
import android.view.ViewParent;
import android.view.accessibility.AccessibilityEvent;
import android.view.animation.Interpolator;
import android.widget.Scroller;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* Note this class is currently under early design and
* development. The API will likely change in later updates of
* the compatibility library requiring changes to the source code
* of apps when they are compiled against the newer version.
*
* ViewPager is most often used in conjunction with {@link android.app.Fragment}
* which is a convenient way to supply and manage the lifecycle of each page.
* There are standard adapters implemented for using fragments with the ViewPager
* which cover the most common use cases. These are
* {@link android.support.v4.app.FragmentPagerAdapter} and
* {@link android.support.v4.app.FragmentStatePagerAdapter}; each of these
* classes have simple code showing how to
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 110746 2014-10-22 20:19 源码及第三方jar\nineoldandroids-2.4.0.jar
文件 113022 2014-10-28 19:13 源码及第三方jar\ViewPager.java
目录 0 2016-07-27 10:20 源码及第三方jar
----------- --------- ---------- ----- ----
223768 3
- 上一篇:图片拼接成一张图片
- 下一篇:jacob 包 及dll文件
相关资源
- xwork-core-2.2.1.1.jar
- dom4j-2.1.3.jar
- genSets.jar
- javax.jws-3.1.1-b01.jar
- c3p0所需jar包和配置文件
-
ba
seServlet.jar - bootstrap.jar
-
json和xm
l互转.jar - jxl.jar包,亲测可用
-
org.springfr
amework.beans-3.1.0.RELEASE.jar - avassist-3.9.0.GA.jar
- matlabcontrol-4.1.0java中调用matlab代码ja
- JsonPath2.4.0及其依赖包
-
xm
l-apis-2.0.2.jar - 算法第四版,源代码非jar包,放src下
- android-mail.jar
- poi-3.0.1-FINAL-20070705.jar
- commons-fileupload-1.2.1.jar与commons-io-1.3.
- JAVA操作串口demo和dll动态库和jar包__
-
msba
se.jar mssqlserver.jar msutil.jar - javassist-3.20.0-GA.jar
- lucene-suggest-5.0.0.jar
- cracker.jar
- fckeditor所需的jar包集合
- JetbrainsCrack-2.6.9-release-enc.jar
- java发送post和get请求源码及jar包
- ueditor修改版
- mysql-connector-java-5.1.35 MySQL的jdbc驱动
- 史上最全的 net.sf.json jar包
- javax 常用jar
评论
共有 条评论