public class BuildingInfoActivity.CustomPagerAdapter
extends android.support.v4.view.PagerAdapter
| Modifier and Type | Field and Description |
|---|---|
(package private) android.content.Context |
mContext |
(package private) android.view.LayoutInflater |
mLayoutInflater |
| Constructor and Description |
|---|
CustomPagerAdapter(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyItem(android.view.ViewGroup container,
int position,
java.lang.Object object) |
int |
getCount() |
java.lang.Object |
instantiateItem(android.view.ViewGroup container,
int position) |
boolean |
isViewFromObject(android.view.View view,
java.lang.Object object) |
destroyItem, finishUpdate, finishUpdate, getItemPosition, getPageTitle, getPageWidth, instantiateItem, notifyDataSetChanged, registerDataSetObserver, restoreState, saveState, setPrimaryItem, setPrimaryItem, startUpdate, startUpdate, unregisterDataSetObserverandroid.content.Context mContext
android.view.LayoutInflater mLayoutInflater
public int getCount()
getCount in class android.support.v4.view.PagerAdapterpublic boolean isViewFromObject(android.view.View view,
java.lang.Object object)
isViewFromObject in class android.support.v4.view.PagerAdapterpublic java.lang.Object instantiateItem(android.view.ViewGroup container,
int position)
instantiateItem in class android.support.v4.view.PagerAdapterpublic void destroyItem(android.view.ViewGroup container,
int position,
java.lang.Object object)
destroyItem in class android.support.v4.view.PagerAdapter