SYMBOL INDEX (189 symbols across 13 files) FILE: app/src/androidTest/java/com/gu/cardstackviewpager/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: app/src/main/java/com/gu/cardstackviewpager/activity/AboutActivity.java class AboutActivity (line 14) | public class AboutActivity extends AppCompatActivity { method onCreate (line 16) | @Override method finish (line 54) | @Override FILE: app/src/main/java/com/gu/cardstackviewpager/activity/HomeActivity.java class HomeActivity (line 22) | public class HomeActivity extends AppCompatActivity { method onCreate (line 28) | @Override FILE: app/src/main/java/com/gu/cardstackviewpager/activity/WebViewActivity.java class WebViewActivity (line 16) | public class WebViewActivity extends AppCompatActivity { method onCreate (line 24) | @Override class WebChromeClient (line 52) | public class WebChromeClient extends android.webkit.WebChromeClient { method onProgressChanged (line 53) | @Override class WebViewClient (line 67) | class WebViewClient extends android.webkit.WebViewClient { method shouldOverrideUrlLoading (line 69) | @Override method onBackPressed (line 76) | @Override method finish (line 86) | @Override FILE: app/src/main/java/com/gu/cardstackviewpager/adapter/ContentFragmentAdapter.java class ContentFragmentAdapter (line 11) | public class ContentFragmentAdapter extends FragmentStatePagerAdapter { method ContentFragmentAdapter (line 15) | public ContentFragmentAdapter(FragmentManager fm, List fragm... method getItem (line 20) | @Override method getCount (line 25) | @Override method getPageTitle (line 30) | @Override method getItemPosition (line 35) | @Override method getItemPosition (line 40) | public int getItemPosition() { method setItemPosition (line 43) | public void setItemPosition(int itemPosition) { FILE: app/src/main/java/com/gu/cardstackviewpager/fragment/CardFragment.java class CardFragment (line 18) | public class CardFragment extends Fragment { method newInstance (line 21) | public static CardFragment newInstance(int index) { method onCreateView (line 29) | @Override FILE: app/src/test/java/com/gu/cardstackviewpager/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test FILE: library/src/androidTest/java/com/gu/library/ApplicationTest.java class ApplicationTest (line 9) | public class ApplicationTest extends ApplicationTestCase { method ApplicationTest (line 10) | public ApplicationTest() { FILE: library/src/main/java/com/gu/library/OrientedViewPager.java class OrientedViewPager (line 68) | public class OrientedViewPager extends ViewGroup { type Orientation (line 70) | public enum Orientation { class ItemInfo (line 97) | private static class ItemInfo { method compare (line 106) | @Override method getInterpolation (line 113) | public float getInterpolation(float t) { method run (line 233) | public void run() { type OnAdapterChangeListener (line 244) | interface OnAdapterChangeListener { method onAdapterChanged (line 245) | public void onAdapterChanged(PagerAdapter oldAdapter, PagerAdapter n... type Decor (line 252) | interface Decor { method OrientedViewPager (line 255) | public OrientedViewPager(Context context) { method OrientedViewPager (line 260) | public OrientedViewPager(Context context, AttributeSet attrs) { method initViewPager (line 265) | void initViewPager() { method setOrientation (line 293) | public void setOrientation(Orientation orientation) { method onDetachedFromWindow (line 297) | @Override method setScrollState (line 303) | private void setScrollState(int newState) { method setAdapter (line 323) | public void setAdapter(PagerAdapter adapter) { method removeNonDecorViews (line 369) | private void removeNonDecorViews() { method getAdapter (line 385) | public PagerAdapter getAdapter() { method setOnAdapterChangeListener (line 389) | void setOnAdapterChangeListener(OnAdapterChangeListener listener) { method getClientSize (line 393) | private int getClientSize() { method setCurrentItem (line 406) | public void setCurrentItem(int item) { method setCurrentItem (line 417) | public void setCurrentItem(int item, boolean smoothScroll) { method getCurrentItem (line 422) | public int getCurrentItem() { method setCurrentItemInternal (line 426) | void setCurrentItemInternal(int item, boolean smoothScroll, boolean al... method setCurrentItemInternal (line 430) | void setCurrentItemInternal(int item, boolean smoothScroll, boolean al... method scrollToItem (line 473) | private void scrollToItem(int item, boolean smoothScroll, int velocity, method setOnPageChangeListener (line 517) | public void setOnPageChangeListener(ViewPager.OnPageChangeListener lis... method setPageTransformer (line 534) | public void setPageTransformer(boolean reverseDrawingOrder, method setChildrenDrawingOrderEnabledCompat (line 550) | void setChildrenDrawingOrderEnabledCompat(boolean enable) { method getChildDrawingOrder (line 568) | @Override method setInternalPageChangeListener (line 582) | ViewPager.OnPageChangeListener setInternalPageChangeListener( method getOffscreenPageLimit (line 596) | public int getOffscreenPageLimit() { method setOffscreenPageLimit (line 617) | public void setOffscreenPageLimit(int limit) { method setPageMargin (line 637) | public void setPageMargin(int marginPixels) { method getPageMargin (line 652) | public int getPageMargin() { method setPageMarginDrawable (line 661) | public void setPageMarginDrawable(Drawable d) { method setPageMarginDrawable (line 673) | public void setPageMarginDrawable(int resId) { method verifyDrawable (line 677) | @Override method drawableStateChanged (line 682) | @Override method distanceInfluenceForSnapDuration (line 695) | float distanceInfluenceForSnapDuration(float f) { method smoothScrollTo (line 707) | void smoothScrollTo(int x, int y) { method smoothScrollTo (line 718) | void smoothScrollTo(int x, int y, int velocity) { method addNewItem (line 759) | ItemInfo addNewItem(int position, int index) { method dataSetChanged (line 772) | void dataSetChanged() { method populate (line 843) | void populate() { method populate (line 847) | void populate(int newCurrentItem) { method sortChildDrawingOrder (line 1052) | private void sortChildDrawingOrder() { method calculatePageOffsets (line 1068) | private void calculatePageOffsets(ItemInfo curItem, int curIndex, Item... class ViewPagerSavedState (line 1160) | public static class ViewPagerSavedState extends BaseSavedState { method ViewPagerSavedState (line 1165) | public ViewPagerSavedState(Parcelable superState) { method writeToParcel (line 1169) | @Override method toString (line 1176) | @Override method createFromParcel (line 1185) | @Override method newArray (line 1190) | @Override method ViewPagerSavedState (line 1196) | ViewPagerSavedState(Parcel in, ClassLoader loader) { method onSaveInstanceState (line 1207) | @Override method onRestoreInstanceState (line 1218) | @Override method addView (line 1238) | @Override method removeView (line 1264) | @Override method infoForChild (line 1273) | ItemInfo infoForChild(View child) { method infoForAnyChild (line 1283) | ItemInfo infoForAnyChild(View child) { method infoForPosition (line 1294) | ItemInfo infoForPosition(int position) { method onAttachedToWindow (line 1304) | @Override method onMeasure (line 1310) | @Override method onSizeChanged (line 1423) | @Override method recomputeScrollPosition (line 1439) | private void recomputeScrollPosition(int size, int oldSize, int margin... method onLayout (line 1497) | @Override method computeScroll (line 1634) | @Override method pageScrolled (line 1666) | private boolean pageScrolled(int pos) { method onPageScrolled (line 1705) | protected void onPageScrolled(int position, float offset, int offsetPi... method completeScroll (line 1811) | private void completeScroll(boolean postEvents) { method isGutterDrag (line 1842) | private boolean isGutterDrag(float axis, float dAxis) { method enableLayers (line 1848) | private void enableLayers(boolean enable) { method onInterceptTouchEvent (line 1857) | @Override method onTouchEvent (line 2064) | @Override method requestParentDisallowInterceptTouchEvent (line 2249) | private void requestParentDisallowInterceptTouchEvent(boolean disallow... method performDrag (line 2256) | private boolean performDrag(float dimen) { method infoForCurrentScrollPosition (line 2353) | private ItemInfo infoForCurrentScrollPosition() { method determineTargetPage (line 2397) | private int determineTargetPage(int currentPage, float pageOffset, int... method draw (line 2417) | @Override method onDraw (line 2483) | @Override method beginFakeDrag (line 2581) | public boolean beginFakeDrag() { method endFakeDrag (line 2611) | public void endFakeDrag() { method fakeDragBy (line 2658) | public void fakeDragBy(float offset) { method isFakeDragging (line 2744) | public boolean isFakeDragging() { method onSecondaryPointerUp (line 2748) | private void onSecondaryPointerUp(MotionEvent ev) { method endDrag (line 2767) | private void endDrag() { method setScrollingCacheEnabled (line 2777) | private void setScrollingCacheEnabled(boolean enabled) { method internalCanScrollVertically (line 2792) | public boolean internalCanScrollVertically(int direction) { method canScroll (line 2819) | protected boolean canScroll(View v, boolean checkV, int delta, int x, ... method dispatchKeyEvent (line 2851) | @Override method executeKeyEvent (line 2865) | public boolean executeKeyEvent(KeyEvent event) { method arrowScroll (line 2891) | public boolean arrowScroll(int direction) { method getChildRectInPagerCoordinates (line 2977) | private Rect getChildRectInPagerCoordinates(Rect outRect, View child) { method pageBack (line 3003) | boolean pageBack() { method pageForward (line 3011) | boolean pageForward() { method addFocusables (line 3022) | @Override method addTouchables (line 3066) | @Override method onRequestFocusInDescendants (line 3085) | @Override method dispatchPopulateAccessibilityEvent (line 3115) | @Override method generateDefaultLayoutParams (line 3138) | @Override method generateLayoutParams (line 3143) | @Override method checkLayoutParams (line 3148) | @Override method generateLayoutParams (line 3153) | @Override class MyAccessibilityDelegate (line 3158) | class MyAccessibilityDelegate extends AccessibilityDelegateCompat { method onInitializeAccessibilityEvent (line 3160) | @Override method onInitializeAccessibilityNodeInfo (line 3174) | @Override method performAccessibilityAction (line 3196) | @Override method canScroll (line 3222) | private boolean canScroll() { class PagerObserver (line 3227) | private class PagerObserver extends DataSetObserver { method onChanged (line 3228) | @Override method onInvalidated (line 3233) | @Override class LayoutParams (line 3243) | public static class LayoutParams extends ViewGroup.LayoutParams { method LayoutParams (line 3283) | public LayoutParams() { method LayoutParams (line 3287) | public LayoutParams(Context context, AttributeSet attrs) { class ViewPositionComparator (line 3296) | static class ViewPositionComparator implements Comparator { method compare (line 3297) | @Override type ParcelableCompatCreatorCallbacks (line 3314) | public interface ParcelableCompatCreatorCallbacks { method createFromParcel (line 3326) | public T createFromParcel(Parcel in, ClassLoader loader); method newArray (line 3335) | public T[] newArray(int size); class ParcelableCompat (line 3342) | public static class ParcelableCompat { method newCreator (line 3350) | public static Parcelable.Creator newCreator( class CompatCreator (line 3358) | public static class CompatCreator implements Parcelable.Creator { method CompatCreator (line 3361) | public CompatCreator(OrientedViewPager.ParcelableCompatCreatorCall... method createFromParcel (line 3365) | @Override method newArray (line 3370) | @Override class ParcelableCompatCreatorHoneycombMR2Stub (line 3377) | static class ParcelableCompatCreatorHoneycombMR2Stub { method instantiate (line 3378) | public static Parcelable.Creator instantiate( class ParcelableCompatCreatorHoneycombMR2 (line 3384) | static class ParcelableCompatCreatorHoneycombMR2 implements Parcela... method ParcelableCompatCreatorHoneycombMR2 (line 3387) | public ParcelableCompatCreatorHoneycombMR2( method createFromParcel (line 3392) | public T createFromParcel(Parcel in) { method createFromParcel (line 3396) | public T createFromParcel(Parcel in, ClassLoader loader) { method newArray (line 3400) | public T[] newArray(int size) { FILE: library/src/main/java/com/gu/library/transformer/VerticalBaseTransformer.java class VerticalBaseTransformer (line 9) | public abstract class VerticalBaseTransformer implements ViewPager.PageT... method onTransform (line 17) | protected abstract void onTransform(View page, float position); method transformPage (line 27) | @Override method hideOffscreenPages (line 40) | protected boolean hideOffscreenPages() { method isPagingEnabled (line 49) | protected boolean isPagingEnabled() { method onPreTransform (line 65) | protected void onPreTransform(View page, float position) { method onPostTransform (line 96) | protected void onPostTransform(View page, float position) { method min (line 106) | protected static final float min(float val, float min) { FILE: library/src/main/java/com/gu/library/transformer/VerticalStackTransformer.java class VerticalStackTransformer (line 13) | public class VerticalStackTransformer extends VerticalBaseTransformer { method VerticalStackTransformer (line 19) | public VerticalStackTransformer(Context context) { method VerticalStackTransformer (line 23) | public VerticalStackTransformer(Context context, int spaceBetweenFirAn... method onTransform (line 29) | @Override FILE: library/src/main/java/com/gu/library/utils/ScreenUtils.java class ScreenUtils (line 16) | public class ScreenUtils { method ScreenUtils (line 18) | private ScreenUtils() { method getScreenWidth (line 29) | public static int getScreenWidth(Context context) { method getScreenHeight (line 43) | public static int getScreenHeight(Context context) { method getStatusHeight (line 57) | public static int getStatusHeight(Context context) { method snapShotWithStatusBar (line 78) | public static Bitmap snapShotWithStatusBar(Activity activity) { method snapShotWithoutStatusBar (line 98) | public static Bitmap snapShotWithoutStatusBar(Activity activity) { method dp2px (line 122) | public static int dp2px(Context context, float dpVal) { method sp2px (line 134) | public static int sp2px(Context context, float spVal) { method px2dp (line 146) | public static float px2dp(Context context, float pxVal) { method px2sp (line 158) | public static float px2sp(Context context, float pxVal) { method getBitmapConfiguration (line 168) | public static float[] getBitmapConfiguration(Bitmap bitmap, ImageView ... FILE: library/src/test/java/com/gu/library/ExampleUnitTest.java class ExampleUnitTest (line 10) | public class ExampleUnitTest { method addition_isCorrect (line 11) | @Test