SYMBOL INDEX (798 symbols across 63 files) FILE: extras/PullToRefreshListFragment/src/com/handmark/pulltorefresh/extras/listfragment/PullToRefreshBaseListFragment.java class PullToRefreshBaseListFragment (line 28) | abstract class PullToRefreshBaseListFragment { method PullToRefreshViewPager (line 27) | public PullToRefreshViewPager(Context context) { method PullToRefreshViewPager (line 31) | public PullToRefreshViewPager(Context context, AttributeSet attrs) { method getPullToRefreshScrollDirection (line 35) | @Override method createRefreshableView (line 40) | @Override method isReadyForPullStart (line 47) | @Override method isReadyForPullEnd (line 59) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/configuration/xml/ExtendedXmlConfigParserFactory.java class ExtendedConfigXmlParserFactory (line 33) | class ExtendedConfigXmlParserFactory { method createParser (line 49) | public static XmlPullParser createParser(Context context) { FILE: library/src/main/java/com/handmark/pulltorefresh/configuration/xml/PullToRefreshConfigXmlParser.java class PullToRefreshConfigXmlParser (line 30) | final class PullToRefreshConfigXmlParser extends XmlPullNodeParser layoutClazzNameMap) { method process (line 120) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/configuration/xml/PullToRefreshNode.java class PullToRefreshNode (line 26) | class PullToRefreshNode { method PullToRefreshNode (line 57) | public PullToRefreshNode(Map loadingLayoutClazzNameMap, method getIndicatorLayoutClazzName (line 70) | public String getIndicatorLayoutClazzName(String layoutCode) { method getLoadingLayoutClazzName (line 77) | public String getLoadingLayoutClazzName(String layoutCode) { method getGoogleStyleViewLayoutClazzName (line 84) | public String getGoogleStyleViewLayoutClazzName(String layoutCode) { method getGoogleStyleProgressLayoutClazzName (line 91) | public String getGoogleStyleProgressLayoutClazzName(String layoutCode) { method extendProperties (line 98) | public void extendProperties(PullToRefreshNode extendedNode) { FILE: library/src/main/java/com/handmark/pulltorefresh/configuration/xml/PullToRefreshXmlConfiguration.java class PullToRefreshXmlConfiguration (line 36) | public class PullToRefreshXmlConfiguration { class InstanceHolder (line 44) | private static class InstanceHolder { method getInstance (line 47) | private static PullToRefreshXmlConfiguration getInstance() { method PullToRefreshXmlConfiguration (line 67) | private PullToRefreshXmlConfiguration() {} method getInstance (line 72) | public static PullToRefreshXmlConfiguration getInstance() { method init (line 83) | public void init(Context context) { method getLoadingLayoutClazzName (line 120) | public String getLoadingLayoutClazzName(String layoutCode) { method getIndicatorLayoutClazzName (line 131) | public String getIndicatorLayoutClazzName(String layoutCode) { method getGoogleStyleViewLayoutClazzName (line 142) | public String getGoogleStyleViewLayoutClazzName(String layoutCode) { method getGoogleStyleProgressLayoutClazzName (line 153) | public String getGoogleStyleProgressLayoutClazzName(String layoutCode) { method isNodeNull (line 163) | private boolean isNodeNull() { method notInitialized (line 169) | private boolean notInitialized() { method assertInitialized (line 175) | private void assertInitialized() { FILE: library/src/main/java/com/handmark/pulltorefresh/configuration/xml/XmlPullNode.java class XmlPullNode (line 35) | class XmlPullNode { method process (line 59) | @Override method XmlPullNode (line 68) | public XmlPullNode(String tagName) { method XmlPullNode (line 76) | public XmlPullNode(String tagName, XmlPullNodeCallback callback) { method getName (line 84) | public String getName() { method addChildNode (line 93) | public boolean addChildNode(XmlPullNode node) { method addChildNode (line 103) | public boolean addChildNode(XmlPullNode node, int repeatLimit) { method getChild (line 119) | public XmlPullNode getChild(String tagName) throws XmlPullParserExcept... method getCallback (line 130) | public XmlPullNodeCallback getCallback() { type XmlPullNodeCallback (line 140) | public static interface XmlPullNodeCallback { method process (line 146) | void process(XmlPullParser parser) throws XmlPullParserException, IO... class XmlPullNodeContainer (line 155) | private static class XmlPullNodeContainer { method XmlPullNodeContainer (line 168) | public XmlPullNodeContainer(XmlPullNode node) { method XmlPullNodeContainer (line 176) | public XmlPullNodeContainer(XmlPullNode node, int repeatLimit) { method takeXmlPullNode (line 186) | public XmlPullNode takeXmlPullNode() throws XmlPullParserException { method decreaseRepeatLimit (line 206) | private void decreaseRepeatLimit() { FILE: library/src/main/java/com/handmark/pulltorefresh/configuration/xml/XmlPullNodeParser.java class XmlPullNodeParser (line 36) | abstract class XmlPullNodeParser { method XmlPullNodeParser (line 46) | public XmlPullNodeParser(XmlPullParserWrapper parser) { method generateRootNode (line 54) | protected abstract XmlPullNode generateRootNode(); method parse (line 62) | public final R parse() throws XmlPullParserException, IOException { method getResult (line 87) | protected abstract R getResult(); method parseInternal (line 95) | private void parseInternal(XmlPullNode currentNode) throws XmlPullPars... FILE: library/src/main/java/com/handmark/pulltorefresh/configuration/xml/XmlPullParserWrapper.java class XmlPullParserWrapper (line 34) | class XmlPullParserWrapper implements XmlPullParser { method XmlPullParserWrapper (line 46) | public XmlPullParserWrapper(XmlPullParser parser) { type DocumentState (line 57) | public static enum DocumentState { method isStartTag (line 75) | public boolean isStartTag() throws XmlPullParserException { method isEndTag (line 82) | public boolean isEndTag() throws XmlPullParserException { method isText (line 89) | public boolean isText() throws XmlPullParserException { method isStartDocument (line 96) | public boolean isStartDocument() throws XmlPullParserException { method isEndDocument (line 103) | public boolean isEndDocument() throws XmlPullParserException { method isComment (line 110) | public boolean isComment() throws XmlPullParserException { method nextStartTag (line 123) | public DocumentState nextStartTag() throws XmlPullParserException, method nextStartTagByName (line 149) | public DocumentState nextStartTagByName(String tagName) method nextEndTag (line 175) | public DocumentState nextEndTag() throws XmlPullParserException, method nextEndTagByName (line 201) | public DocumentState nextEndTagByName(String tagName) method matchCurrentTagName (line 225) | public boolean matchCurrentTagName(String tagName) { method setFeature (line 230) | @Override method getFeature (line 236) | @Override method setProperty (line 241) | @Override method getProperty (line 247) | @Override method setInput (line 252) | @Override method setInput (line 257) | @Override method getInputEncoding (line 263) | @Override method defineEntityReplacementText (line 268) | @Override method getNamespaceCount (line 274) | @Override method getNamespacePrefix (line 280) | @Override method getNamespaceUri (line 285) | @Override method getNamespace (line 290) | @Override method getDepth (line 295) | @Override method getPositionDescription (line 300) | @Override method getLineNumber (line 305) | @Override method getColumnNumber (line 310) | @Override method isWhitespace (line 315) | @Override method getText (line 320) | @Override method getTextCharacters (line 325) | @Override method getNamespace (line 330) | @Override method getName (line 335) | @Override method getPrefix (line 340) | @Override method isEmptyElementTag (line 345) | @Override method getAttributeCount (line 350) | @Override method getAttributeNamespace (line 355) | @Override method getAttributeName (line 360) | @Override method getAttributePrefix (line 365) | @Override method getAttributeType (line 370) | @Override method isAttributeDefault (line 375) | @Override method getAttributeValue (line 380) | @Override method getAttributeValue (line 385) | @Override method getEventType (line 390) | @Override method next (line 395) | @Override method nextToken (line 400) | @Override method require (line 405) | @Override method nextText (line 411) | @Override method nextTag (line 416) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/library/AlphaAnimator.java class AlphaAnimator (line 27) | class AlphaAnimator { method fadein (line 29) | public static void fadein(View view, int duration) { method fadein (line 32) | public static void fadein(View view, int duration, AnimationListener l... method fadeout (line 36) | public static void fadeout(View view, int duration) { method fadeout (line 40) | public static void fadeout(View view, int duration, AnimationListener ... method animate (line 44) | private static void animate(View view, int duration, AnimationListener... FILE: library/src/main/java/com/handmark/pulltorefresh/library/GoogleStyleProgressLayout.java class GoogleStyleProgressLayout (line 29) | public abstract class GoogleStyleProgressLayout extends FrameLayout impl... method GoogleStyleProgressLayout (line 30) | public GoogleStyleProgressLayout(Context context, TypedArray attrs){ method setTopMargin (line 38) | public void setTopMargin(int height) { method createLayoutParams (line 49) | public FrameLayout.LayoutParams createLayoutParams() { method createDefaultLayoutParams (line 57) | public static FrameLayout.LayoutParams createDefaultLayoutParams(Conte... FILE: library/src/main/java/com/handmark/pulltorefresh/library/GoogleStyleProgressLayoutFactory.java class GoogleStyleProgressLayoutFactory (line 35) | class GoogleStyleProgressLayoutFactory { method createGoogleStyleProgressLayoutClazzByLayoutCode (line 44) | public static Class createGoogleS... method createGoogleStyleProgressLayoutClazz (line 54) | @SuppressWarnings("unchecked") method createGoogleStyleProgressLayout (line 79) | public static GoogleStyleProgressLayout createGoogleStyleProgressLayou... method createGoogleStyleProgressLayout (line 89) | public static GoogleStyleProgressLayout createGoogleStyleProgressLayout( method tryNewInstance (line 108) | private static GoogleStyleProgressLayout tryNewInstance( class DefaultGoogleStyleProgressLayoutFactory (line 138) | private static class DefaultGoogleStyleProgressLayoutFactory { method createGoogleStyleProgressLayoutClazz (line 143) | public static Class createGoogl... method createGoogleStyleProgressLayout (line 152) | public static GoogleStyleProgressLayout createGoogleStyleProgressLay... FILE: library/src/main/java/com/handmark/pulltorefresh/library/GoogleStyleViewLayout.java class GoogleStyleViewLayout (line 28) | public abstract class GoogleStyleViewLayout extends FrameLayout implemen... method GoogleStyleViewLayout (line 30) | public GoogleStyleViewLayout(Context context, TypedArray attrs) { method setHeight (line 34) | public void setHeight(int height) { method setWidth (line 40) | public void setWidth(int width) { method getContentSize (line 46) | public int getContentSize() { FILE: library/src/main/java/com/handmark/pulltorefresh/library/GoogleStyleViewLayoutFactory.java class GoogleStyleViewLayoutFactory (line 37) | class GoogleStyleViewLayoutFactory { method createGoogleStyleViewLayoutClazzByLayoutCode (line 46) | public static Class createGoogleStyle... method createGoogleStyleViewLayoutClazz (line 56) | @SuppressWarnings("unchecked") method createGoogleStyleViewLayout (line 81) | public static GoogleStyleViewLayout createGoogleStyleViewLayout(String... method createGoogleStyleViewLayout (line 91) | public static GoogleStyleViewLayout createGoogleStyleViewLayout( method tryNewInstance (line 110) | private static GoogleStyleViewLayout tryNewInstance( class DefaultGoogleStyleViewLayoutFactory (line 140) | private static class DefaultGoogleStyleViewLayoutFactory { method createGoogleStyleViewLayoutClazz (line 145) | public static Class createGoogleSty... method createGoogleStyleViewLayout (line 154) | public static GoogleStyleViewLayout createGoogleStyleViewLayout( FILE: library/src/main/java/com/handmark/pulltorefresh/library/IGoogleStyleProgressLayout.java type IGoogleStyleProgressLayout (line 22) | public interface IGoogleStyleProgressLayout extends IPullToRefreshConsum... FILE: library/src/main/java/com/handmark/pulltorefresh/library/IGoogleStyleViewLayout.java type IGoogleStyleViewLayout (line 22) | public interface IGoogleStyleViewLayout extends IPullToRefreshConsumer { FILE: library/src/main/java/com/handmark/pulltorefresh/library/IIndicatorLayout.java type IIndicatorLayout (line 28) | public interface IIndicatorLayout { method show (line 32) | public void show(); method hide (line 36) | public void hide(); method isVisible (line 41) | public boolean isVisible(); method pullToRefresh (line 45) | public void pullToRefresh(); method releaseToRefresh (line 49) | public void releaseToRefresh(); FILE: library/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java type ILoadingLayout (line 22) | public interface ILoadingLayout { method setLastUpdatedLabel (line 30) | public void setLastUpdatedLabel(CharSequence label); method setLoadingDrawable (line 38) | public void setLoadingDrawable(Drawable drawable); method setPullLabel (line 46) | public void setPullLabel(CharSequence pullLabel); method setRefreshingLabel (line 54) | public void setRefreshingLabel(CharSequence refreshingLabel); method setReleaseLabel (line 63) | public void setReleaseLabel(CharSequence releaseLabel); method setTextTypeface (line 71) | public void setTextTypeface(Typeface tf); FILE: library/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java type IPullToRefresh (line 28) | public interface IPullToRefresh { method demo (line 39) | @Deprecated method getCurrentMode (line 48) | public Mode getCurrentMode(); method getFilterTouchEvents (line 59) | public boolean getFilterTouchEvents(); method getLoadingLayoutProxy (line 71) | public ILoadingLayout getLoadingLayoutProxy(); method getLoadingLayoutProxy (line 87) | public ILoadingLayout getLoadingLayoutProxy(boolean includeStart, bool... method getMode (line 96) | public Mode getMode(); method getRefreshableView (line 104) | public T getRefreshableView(); method getShowViewWhileRefreshing (line 112) | public boolean getShowViewWhileRefreshing(); method getState (line 117) | public State getState(); method isPullToRefreshEnabled (line 124) | public boolean isPullToRefreshEnabled(); method isPullToRefreshOverScrollEnabled (line 134) | public boolean isPullToRefreshOverScrollEnabled(); method isRefreshing (line 141) | public boolean isRefreshing(); method stopRefreshing (line 148) | public void stopRefreshing(); method isScrollingWhileRefreshingEnabled (line 156) | public boolean isScrollingWhileRefreshingEnabled(); method onRefreshComplete (line 162) | public void onRefreshComplete(); method setFilterTouchEvents (line 175) | public void setFilterTouchEvents(boolean filterEvents); method setMode (line 182) | public void setMode(Mode mode); method setOnPullEventListener (line 190) | public void setOnPullEventListener(OnPullEventListener listener); method setOnRefreshListener (line 197) | public void setOnRefreshListener(OnRefreshListener listener); method setOnRefreshListener (line 204) | public void setOnRefreshListener(OnRefreshListener2 listener); method setPullToRefreshOverScrollEnabled (line 213) | public void setPullToRefreshOverScrollEnabled(boolean enabled); method setRefreshing (line 219) | public void setRefreshing(); method setRefreshing (line 228) | public void setRefreshing(boolean doScroll); method setScrollAnimationInterpolator (line 236) | public void setScrollAnimationInterpolator(Interpolator interpolator); method setScrollingWhileRefreshingEnabled (line 245) | public void setScrollingWhileRefreshingEnabled(boolean scrollingWhileR... method setShowViewWhileRefreshing (line 253) | public void setShowViewWhileRefreshing(boolean showView); FILE: library/src/main/java/com/handmark/pulltorefresh/library/IPullToRefreshConsumer.java type IPullToRefreshConsumer (line 22) | public interface IPullToRefreshConsumer { method reset (line 23) | void reset(); method refreshing (line 24) | void refreshing(); method releaseToRefresh (line 25) | void releaseToRefresh(); method pullToRefresh (line 26) | void pullToRefresh(); method onPull (line 27) | void onPull(float scale); FILE: library/src/main/java/com/handmark/pulltorefresh/library/IndicatorLayoutFactory.java class IndicatorLayoutFactory (line 35) | public class IndicatorLayoutFactory { method createIndicatorLayoutClazzByLayoutCode (line 43) | public static Class createIndicatorLayoutCl... method createIndicatorLayoutClazz (line 52) | @SuppressWarnings("unchecked") method createIndicatorLayout (line 78) | public static IndicatorLayout createIndicatorLayout(String layoutCode,... method createIndicatorLayout (line 89) | public static IndicatorLayout createIndicatorLayout( method tryNewInstance (line 109) | private static IndicatorLayout tryNewInstance( class DefaultIndicatorLayoutFactory (line 140) | private static class DefaultIndicatorLayoutFactory { method createIndicatorLayoutClazz (line 145) | public static Class createIndicatorLayout... method createIndicatorLayout (line 154) | public static IndicatorLayout createIndicatorLayout(Class createLoadingLayoutClazzB... method createLoadingLayoutClazz (line 57) | @SuppressWarnings("unchecked") method createLoadingLayout (line 83) | public static LoadingLayout createLoadingLayout(String layoutCode, Con... method createLoadingLayout (line 95) | public static LoadingLayout createLoadingLayout( method tryNewInstance (line 115) | private static LoadingLayout tryNewInstance( class DefaultLoadingLayoutFactory (line 148) | private static class DefaultLoadingLayoutFactory { method createLoadingLayoutClazz (line 153) | public static Class createLoadingLayoutClazz( method createLoadingLayout (line 163) | public static LoadingLayout createLoadingLayout( FILE: library/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java class LoadingLayoutProxy (line 26) | public class LoadingLayoutProxy implements ILoadingLayout { method LoadingLayoutProxy (line 30) | LoadingLayoutProxy() { method addLayout (line 43) | public void addLayout(LoadingLayout layout) { method setLastUpdatedLabel (line 49) | @Override method setLoadingDrawable (line 56) | @Override method setRefreshingLabel (line 63) | @Override method setPullLabel (line 70) | @Override method setReleaseLabel (line 77) | @Override method setTextTypeface (line 84) | public void setTextTypeface(Typeface tf) { FILE: library/src/main/java/com/handmark/pulltorefresh/library/OverscrollHelper.java class OverscrollHelper (line 26) | @TargetApi(9) method overScrollBy (line 52) | public static void overScrollBy(final PullToRefreshBase view, final... method overScrollBy (line 76) | public static void overScrollBy(final PullToRefreshBase view, final... method overScrollBy (line 103) | public static void overScrollBy(final PullToRefreshBase view, final... method isAndroidOverScrollEnabled (line 176) | static boolean isAndroidOverScrollEnabled(View view) { FILE: library/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java class PullToRefreshAdapterViewBase (line 44) | public abstract class PullToRefreshAdapterViewBase extends LinearLa... method PullToRefreshBase (line 194) | public PullToRefreshBase(Context context) { method PullToRefreshBase (line 199) | public PullToRefreshBase(Context context, AttributeSet attrs) { method PullToRefreshBase (line 204) | public PullToRefreshBase(Context context, Mode mode) { method PullToRefreshBase (line 210) | public PullToRefreshBase(Context context, Mode mode, Class listener) { method setOnRefreshListener (line 553) | @Override method setOnRefreshListener (line 559) | @Override method setPullLabel (line 569) | public void setPullLabel(CharSequence pullLabel) { method setPullLabel (line 577) | public void setPullLabel(CharSequence pullLabel, Mode mode) { method setPullToRefreshEnabled (line 586) | public final void setPullToRefreshEnabled(boolean enable) { method setPullToRefreshOverScrollEnabled (line 590) | @Override method setRefreshing (line 595) | @Override method setRefreshing (line 600) | @Override method setRefreshingLabel (line 611) | public void setRefreshingLabel(CharSequence refreshingLabel) { method setRefreshingLabel (line 619) | public void setRefreshingLabel(CharSequence refreshingLabel, Mode mode) { method setReleaseLabel (line 628) | public void setReleaseLabel(CharSequence releaseLabel) { method setReleaseLabel (line 636) | public void setReleaseLabel(CharSequence releaseLabel, Mode mode) { method setScrollAnimationInterpolator (line 641) | public void setScrollAnimationInterpolator(Interpolator interpolator) { method setShowViewWhileRefreshing (line 645) | @Override method getPullToRefreshScrollDirection (line 654) | public abstract Orientation getPullToRefreshScrollDirection(); method getFilteredPullToRefreshScrollDirection (line 662) | public final Orientation getFilteredPullToRefreshScrollDirection() { method setState (line 670) | final void setState(State state, final boolean... params) { method addViewInternal (line 705) | protected final void addViewInternal(View child, int index, ViewGroup.... method addViewInternal (line 713) | protected final void addViewInternal(View child, ViewGroup.LayoutParam... method createLoadingLayout (line 724) | protected LoadingLayout createLoadingLayout(Context context, Mode mode... method createGoogleStyleViewLayout (line 735) | private GoogleStyleViewLayout createGoogleStyleViewLayout( method createGoogleStyleProgressLayout (line 748) | private GoogleStyleProgressLayout createGoogleStyleProgressLayout( method createLoadingLayoutProxy (line 757) | protected LoadingLayoutProxy createLoadingLayoutProxy(final boolean in... method createRefreshableView (line 784) | protected abstract T createRefreshableView(Context context, AttributeS... method disableLoadingLayoutVisibilityChanges (line 786) | protected final void disableLoadingLayoutVisibilityChanges() { method getFooterLayout (line 790) | protected final LoadingLayout getFooterLayout() { method getFooterSize (line 794) | protected final int getFooterSize() { method getHeaderLayout (line 798) | protected final LoadingLayout getHeaderLayout() { method getHeaderSize (line 802) | protected final int getHeaderSize() { method getGoogleStyleViewSize (line 806) | protected final int getGoogleStyleViewSize() { method getPullToRefreshScrollDuration (line 810) | protected int getPullToRefreshScrollDuration() { method getPullToRefreshScrollDurationLonger (line 814) | protected int getPullToRefreshScrollDurationLonger() { method getRefreshableViewWrapper (line 818) | protected FrameLayout getRefreshableViewWrapper() { method handleStyledAttributes (line 828) | protected void handleStyledAttributes(TypedArray a) { method isReadyForPullEnd (line 838) | protected abstract boolean isReadyForPullEnd(); method isReadyForPullStart (line 847) | protected abstract boolean isReadyForPullStart(); method onPtrRestoreInstanceState (line 855) | protected void onPtrRestoreInstanceState(Bundle savedInstanceState) { method onPtrSaveInstanceState (line 864) | protected void onPtrSaveInstanceState(Bundle saveState) { method onPullToRefresh (line 871) | protected void onPullToRefresh() { method onRefreshing (line 896) | protected void onRefreshing(final boolean doScroll) { method onReleaseToRefresh (line 955) | protected void onReleaseToRefresh() { method onReset (line 977) | protected void onReset() { method onRestoreInstanceState (line 1018) | @Override method onSaveInstanceState (line 1045) | @Override method onSizeChanged (line 1063) | @Override method refreshLoadingViewsSize (line 1097) | protected final void refreshLoadingViewsSize() { method refreshRefreshableViewSize (line 1155) | protected final void refreshRefreshableViewSize(int width, int height) { method setHeaderScroll (line 1182) | protected final void setHeaderScroll(int value) { method smoothScrollTo (line 1241) | protected final void smoothScrollTo(int scrollValue) { method smoothScrollTo (line 1252) | protected final void smoothScrollTo(int scrollValue, OnSmoothScrollFin... method smoothScrollToLonger (line 1262) | protected final void smoothScrollToLonger(int scrollValue) { method updateUIForMode (line 1270) | protected void updateUIForMode() { method updateUIForGoogleStyleMode (line 1301) | protected void updateUIForGoogleStyleMode() { method addRefreshableView (line 1347) | private void addRefreshableView(Context context, T refreshableView) { method callRefreshListener (line 1356) | private void callRefreshListener() { method init (line 1368) | @SuppressWarnings("deprecation") method filterModeForSDKVersion (line 1525) | private void filterModeForSDKVersion() { method determineYPositionOfGoogleStyleViewLayout (line 1533) | private void determineYPositionOfGoogleStyleViewLayout() { method determineYPositionOfGoogleStyleProgressLayout (line 1543) | private void determineYPositionOfGoogleStyleProgressLayout() { method showViewTopLayout (line 1553) | private void showViewTopLayout() { method hideViewTopLayout (line 1596) | private void hideViewTopLayout() { method onAttachedToWindow (line 1636) | @Override method initTopViewGroup (line 1649) | private void initTopViewGroup() { method initActionBarSize (line 1714) | private void initActionBarSize(Context context) { method initStatusBarSize (line 1721) | private void initStatusBarSize(Context context) { method generateCircleProgressBar (line 1729) | private ProgressBar generateCircleProgressBar(Context context) { method isReadyForPull (line 1737) | private boolean isReadyForPull() { method pullEvent (line 1757) | private void pullEvent() { method getLoadingLayoutLayoutParams (line 1816) | @SuppressWarnings("deprecation") method getMaximumPullScroll (line 1829) | private int getMaximumPullScroll() { method smoothScrollTo (line 1845) | private final void smoothScrollTo(int scrollValue, long duration) { method smoothScrollTo (line 1849) | private final void smoothScrollTo(int newScrollValue, long duration, l... method smoothScrollToAndBack (line 1885) | private final void smoothScrollToAndBack(int y) { type Mode (line 1895) | public static enum Mode { method mapIntToValue (line 1952) | static Mode mapIntToValue(final int modeInt) { method getDefault (line 1963) | static Mode getDefault() { method Mode (line 1970) | Mode(int modeInt) { method permitsPullToRefresh (line 1977) | boolean permitsPullToRefresh() { method showHeaderLoadingLayout (line 1984) | public boolean showHeaderLoadingLayout() { method showFooterLoadingLayout (line 1991) | public boolean showFooterLoadingLayout() { method showGoogleStyle (line 1998) | public boolean showGoogleStyle() { method getIntValue (line 2002) | int getIntValue() { type OnLastItemVisibleListener (line 2019) | public static interface OnLastItemVisibleListener { method onLastItemVisible (line 2024) | public void onLastItemVisible(); type OnPullEventListener (line 2036) | public static interface OnPullEventListener { method onPullEvent (line 2050) | public void onPullEvent(final PullToRefreshBase refreshView, Stat... type OnRefreshListener (line 2059) | public static interface OnRefreshListener { method onRefresh (line 2065) | public void onRefresh(final PullToRefreshBase refreshView); type OnRefreshListener2 (line 2076) | public static interface OnRefreshListener2 { method onPullDownToRefresh (line 2083) | public void onPullDownToRefresh(final PullToRefreshBase refreshVi... method onPullUpToRefresh (line 2089) | public void onPullUpToRefresh(final PullToRefreshBase refreshView); type Orientation (line 2093) | public static enum Orientation { type State (line 2097) | public static enum State { method mapIntToValue (line 2140) | static State mapIntToValue(final int stateInt) { method State (line 2153) | State(int intValue) { method getIntValue (line 2157) | int getIntValue() { class SmoothScrollRunnable (line 2162) | final class SmoothScrollRunnable implements Runnable { method SmoothScrollRunnable (line 2173) | public SmoothScrollRunnable(int fromY, int toY, long duration, OnSmo... method run (line 2181) | @Override method stop (line 2216) | public void stop() { type OnSmoothScrollFinishedListener (line 2222) | static interface OnSmoothScrollFinishedListener { method onSmoothScrollFinished (line 2223) | void onSmoothScrollFinished(); FILE: library/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java class PullToRefreshExpandableListView (line 30) | public class PullToRefreshExpandableListView extends PullToRefreshAdapte... method PullToRefreshExpandableListView (line 32) | public PullToRefreshExpandableListView(Context context) { method PullToRefreshExpandableListView (line 36) | public PullToRefreshExpandableListView(Context context, AttributeSet a... method PullToRefreshExpandableListView (line 40) | public PullToRefreshExpandableListView(Context context, Mode mode) { method PullToRefreshExpandableListView (line 44) | public PullToRefreshExpandableListView(Context context, Mode mode, Cla... method getPullToRefreshScrollDirection (line 48) | @Override method createRefreshableView (line 53) | @Override class InternalExpandableListView (line 67) | class InternalExpandableListView extends ExpandableListView implements... method InternalExpandableListView (line 69) | public InternalExpandableListView(Context context, AttributeSet attr... method setEmptyView (line 73) | @Override method setEmptyViewInternal (line 78) | @Override class InternalExpandableListViewSDK9 (line 84) | @TargetApi(9) method InternalExpandableListViewSDK9 (line 87) | public InternalExpandableListViewSDK9(Context context, AttributeSet ... method overScrollBy (line 91) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java class PullToRefreshGridView (line 30) | public class PullToRefreshGridView extends PullToRefreshAdapterViewBase<... method PullToRefreshGridView (line 32) | public PullToRefreshGridView(Context context) { method PullToRefreshGridView (line 36) | public PullToRefreshGridView(Context context, AttributeSet attrs) { method PullToRefreshGridView (line 40) | public PullToRefreshGridView(Context context, Mode mode) { method PullToRefreshGridView (line 44) | public PullToRefreshGridView(Context context, Mode mode, Class { method onRefresh (line 35) | @Override method onProgressChanged (line 44) | @Override method PullToRefreshWebView (line 53) | public PullToRefreshWebView(Context context) { method PullToRefreshWebView (line 63) | public PullToRefreshWebView(Context context, AttributeSet attrs) { method PullToRefreshWebView (line 73) | public PullToRefreshWebView(Context context, Mode mode) { method PullToRefreshWebView (line 83) | public PullToRefreshWebView(Context context, Mode mode, Class implements PullToRef... method SoundPullEventListener (line 41) | public SoundPullEventListener(Context context) { method onPullEvent (line 46) | @Override method addSoundEvent (line 66) | public void addSoundEvent(State event, int resId) { method clearSounds (line 73) | public void clearSounds() { method getCurrentMediaPlayer (line 80) | public MediaPlayer getCurrentMediaPlayer() { method playSound (line 84) | private void playSound(int resId) { FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/AbstractDefaultGoogleStyleViewLayout.java class AbstractDefaultGoogleStyleViewLayout (line 39) | public abstract class AbstractDefaultGoogleStyleViewLayout extends Googl... method AbstractDefaultGoogleStyleViewLayout (line 49) | public AbstractDefaultGoogleStyleViewLayout(Context context, TypedArra... method initImpl (line 58) | protected abstract void initImpl(Context context, TypedArray attrs); method initComponents (line 64) | private void initComponents(Context context, TypedArray attrs) { method geSubHeaderTextLayout (line 75) | protected abstract TextView geSubHeaderTextLayout(Context context, Typ... method getHeaderText (line 82) | protected abstract TextView getHeaderText(Context context, TypedArray ... method getInnerLayout (line 89) | protected abstract FrameLayout getInnerLayout(Context context, TypedAr... method setHeight (line 91) | @Override method initProperties (line 110) | protected void initProperties(Context context, TypedArray attrs) { method initPropertiesImpl (line 159) | protected abstract void initPropertiesImpl(Context context, TypedArray... method getDefaultBackgroundColor (line 167) | protected int getDefaultBackgroundColor(Context context, TypedArray at... method getDefaultTextColor (line 177) | protected int getDefaultTextColor(Context context, TypedArray attrs) { method getDefaultSubTextColor (line 187) | protected int getDefaultSubTextColor(Context context, TypedArray attrs) { method loadLoadingLayoutLabels (line 199) | private void loadLoadingLayoutLabels(Context context, TypedArray attrs) { method loadPullLabel (line 215) | protected String loadPullLabel(Context context, TypedArray attrs) { method loadRefreshingLabel (line 234) | protected String loadRefreshingLabel(Context context, TypedArray attrs) { method loadReleaseLabel (line 253) | protected String loadReleaseLabel(Context context, TypedArray attrs) { method setWidth (line 264) | @Override method getContentSize (line 271) | @Override method hideAllViews (line 276) | public final void hideAllViews() { method hideHeaderText (line 281) | private void hideHeaderText() { method hideSubHeaderText (line 287) | private void hideSubHeaderText() { method pullToRefreshImpl (line 293) | protected abstract void pullToRefreshImpl(); method releaseToRefreshImpl (line 294) | protected abstract void releaseToRefreshImpl(); method refreshingImpl (line 295) | protected abstract void refreshingImpl(); method resetImpl (line 296) | protected abstract void resetImpl(); method onPullImpl (line 297) | protected abstract void onPullImpl(float scale); method pullToRefresh (line 299) | @Override method refreshing (line 307) | @Override method releaseToRefresh (line 320) | @Override method reset (line 329) | @Override method setLastUpdatedLabel (line 345) | public void setLastUpdatedLabel(CharSequence label) { method setPullLabel (line 349) | public void setPullLabel(CharSequence pullLabel) { method setRefreshingLabel (line 353) | public void setRefreshingLabel(CharSequence refreshingLabel) { method setReleaseLabel (line 357) | public void setReleaseLabel(CharSequence releaseLabel) { method setTextTypeface (line 361) | public void setTextTypeface(Typeface tf) { method showInvisibleViews (line 367) | public final void showInvisibleViews() { method showSubHeaderText (line 372) | private void showSubHeaderText() { method showHeaderText (line 378) | private void showHeaderText() { method setSubHeaderText (line 384) | private void setSubHeaderText(CharSequence label) { method setSubTextAppearance (line 400) | private void setSubTextAppearance(int value) { method setSubTextColor (line 406) | private void setSubTextColor(ColorStateList color) { method setSubTextColor (line 412) | private void setSubTextColor(int color) { method setTextAppearance (line 418) | private void setTextAppearance(int value) { method setTextColor (line 427) | private void setTextColor(ColorStateList color) { method setTextColor (line 436) | private void setTextColor(int color) { method onPull (line 445) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/Assert.java class Assert (line 18) | public class Assert { method notNull (line 21) | public static void notNull(Object object, String argName) { FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/DefaultGoogleStyleProgressLayout.java class DefaultGoogleStyleProgressLayout (line 32) | public class DefaultGoogleStyleProgressLayout extends GoogleStyleProgres... method DefaultGoogleStyleProgressLayout (line 37) | public DefaultGoogleStyleProgressLayout(Context context, TypedArray at... method initInflate (line 48) | private void initInflate(Context context, int inflateId) { method initProperties (line 54) | private void initProperties() { method reset (line 61) | @Override method refreshing (line 70) | @Override method releaseToRefresh (line 76) | @Override method pullToRefresh (line 80) | @Override method onPull (line 86) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/DefaultGoogleStyleViewLayout.java class DefaultGoogleStyleViewLayout (line 29) | public class DefaultGoogleStyleViewLayout extends AbstractDefaultGoogleS... method DefaultGoogleStyleViewLayout (line 31) | public DefaultGoogleStyleViewLayout(Context context, TypedArray attrs) { method initInflate (line 39) | private void initInflate(Context context, int inflateId) { method initImpl (line 45) | @Override method getLayoutInflateId (line 54) | protected int getLayoutInflateId() { method geSubHeaderTextLayout (line 60) | @Override method getHeaderText (line 67) | @Override method getInnerLayout (line 74) | @Override method initPropertiesImpl (line 79) | @Override method pullToRefreshImpl (line 84) | @Override method releaseToRefreshImpl (line 89) | @Override method refreshingImpl (line 94) | @Override method resetImpl (line 99) | @Override method onPullImpl (line 104) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/DefaultIndicatorLayout.java class DefaultIndicatorLayout (line 40) | @SuppressLint("ViewConstructor") method DefaultIndicatorLayout (line 50) | public DefaultIndicatorLayout(Context context, PullToRefreshBase.Mode ... method getIconDrawable (line 108) | protected Drawable getIconDrawable(Context context, PullToRefreshBase.... method isVisible (line 114) | public final boolean isVisible() { method hide (line 125) | public void hide() { method show (line 131) | public void show() { method onAnimationEnd (line 136) | @Override method onAnimationRepeat (line 148) | @Override method onAnimationStart (line 153) | @Override method releaseToRefresh (line 160) | @Override method pullToRefresh (line 167) | @Override method createApplicableHeaderLayoutParams (line 175) | public LayoutParams createApplicableHeaderLayoutParams() { method createApplicableFooterLayoutParams (line 185) | public LayoutParams createApplicableFooterLayoutParams() { FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.java type EmptyViewMethodAccessor (line 27) | public interface EmptyViewMethodAccessor { method setEmptyViewInternal (line 34) | public void setEmptyViewInternal(View emptyView); method setEmptyView (line 42) | public void setEmptyView(View emptyView); FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.java class FlipLoadingLayout (line 34) | @SuppressLint("ViewConstructor") method FlipLoadingLayout (line 41) | public FlipLoadingLayout(Context context, final Mode mode, final Orien... method onLoadingDrawableSet (line 59) | @Override method onPullImpl (line 86) | @Override method pullToRefreshImpl (line 91) | @Override method refreshingImpl (line 99) | @Override method releaseToRefreshImpl (line 106) | @Override method resetImpl (line 111) | @Override method getDefaultDrawableResId (line 118) | @Override method getDrawableRotationAngle (line 123) | private float getDrawableRotationAngle() { FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/FlippedProgressBar.java class FlippedProgressBar (line 27) | public class FlippedProgressBar extends ProgressBar { method FlippedProgressBar (line 28) | public FlippedProgressBar(Context context) { method FlippedProgressBar (line 32) | public FlippedProgressBar(Context context, AttributeSet attrs) { method FlippedProgressBar (line 36) | public FlippedProgressBar(Context context, AttributeSet attrs, int def... method onDraw (line 40) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java class IndicatorLayout (line 28) | public abstract class IndicatorLayout extends FrameLayout implements IIn... method IndicatorLayout (line 30) | public IndicatorLayout(Context context) { method IndicatorLayout (line 34) | public IndicatorLayout(Context context, AttributeSet attrs) { method IndicatorLayout (line 38) | public IndicatorLayout(Context context, AttributeSet attrs, int defSty... method createApplicableHeaderLayoutParams (line 46) | public abstract LayoutParams createApplicableHeaderLayoutParams(); method createApplicableFooterLayoutParams (line 52) | public abstract LayoutParams createApplicableFooterLayoutParams(); FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java class LoadingLayout (line 44) | @SuppressLint("ViewConstructor") method LoadingLayout (line 76) | protected LoadingLayout(Context context, final Mode mode, final Orient... method LoadingLayout (line 94) | public LoadingLayout(Context context, final Mode mode, final Orientati... method initComponents (line 140) | protected void initComponents() { method initInflate (line 148) | private void initInflate(Context context, int inflateId) { method initProperties (line 152) | protected void initProperties(Context context, final Mode mode, method loadLoadingLayoutLabels (line 228) | private void loadLoadingLayoutLabels(Context context, TypedArray attrs... method loadPullLabel (line 244) | protected String loadPullLabel(Context context, TypedArray attrs, Mode... method loadRefreshingLabel (line 264) | protected String loadRefreshingLabel(Context context, TypedArray attrs, method loadReleaseLabel (line 285) | protected String loadReleaseLabel(Context context, TypedArray attrs, M... method setHeight (line 296) | public void setHeight(int height) { method setWidth (line 302) | public final void setWidth(int width) { method getContentSize (line 308) | public final int getContentSize() { method hideAllViews (line 318) | public final void hideAllViews() { method hideHeaderText (line 325) | private void hideHeaderText() { method hideHeaderProgress (line 331) | private void hideHeaderProgress() { method hideSubHeaderText (line 337) | private void hideSubHeaderText() { method onPull (line 343) | public final void onPull(float scaleOfLayout) { method pullToRefresh (line 349) | public final void pullToRefresh() { method refreshing (line 358) | public final void refreshing() { method releaseToRefresh (line 375) | public final void releaseToRefresh() { method reset (line 384) | public final void reset() { method showHeaderImage (line 407) | private void showHeaderImage() { method hideHeaderImage (line 413) | private void hideHeaderImage() { method setLastUpdatedLabel (line 419) | @Override method setLoadingDrawable (line 424) | public final void setLoadingDrawable(Drawable imageDrawable) { method setPullLabel (line 435) | public void setPullLabel(CharSequence pullLabel) { method setRefreshingLabel (line 439) | public void setRefreshingLabel(CharSequence refreshingLabel) { method setReleaseLabel (line 443) | public void setReleaseLabel(CharSequence releaseLabel) { method setTextTypeface (line 447) | @Override method showInvisibleViews (line 454) | public final void showInvisibleViews() { method showSubHeaderText (line 461) | private void showSubHeaderText() { method showHeaderProgress (line 467) | private void showHeaderProgress() { method showHeaderText (line 473) | private void showHeaderText() { method getDefaultDrawableResId (line 483) | protected abstract int getDefaultDrawableResId(); method onLoadingDrawableSet (line 485) | protected abstract void onLoadingDrawableSet(Drawable imageDrawable); method onPullImpl (line 487) | protected abstract void onPullImpl(float scaleOfLayout); method pullToRefreshImpl (line 489) | protected abstract void pullToRefreshImpl(); method refreshingImpl (line 491) | protected abstract void refreshingImpl(); method releaseToRefreshImpl (line 493) | protected abstract void releaseToRefreshImpl(); method resetImpl (line 495) | protected abstract void resetImpl(); method setSubHeaderText (line 497) | private void setSubHeaderText(CharSequence label) { method setSubTextAppearance (line 513) | private void setSubTextAppearance(int value) { method setSubTextColor (line 519) | private void setSubTextColor(ColorStateList color) { method setTextAppearance (line 525) | private void setTextAppearance(int value) { method setTextColor (line 534) | private void setTextColor(ColorStateList color) { FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/PullingProgressLayout.java class PullingProgressLayout (line 34) | public class PullingProgressLayout extends LinearLayout { method PullingProgressLayout (line 39) | public PullingProgressLayout(Context context) { method PullingProgressLayout (line 45) | public PullingProgressLayout(Context context, AttributeSet attrs) { method initializeLayout (line 50) | private void initializeLayout(Context context) { method setPercent (line 71) | public void setPercent(int percent) { FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.java class RotateLoadingLayout (line 31) | public class RotateLoadingLayout extends LoadingLayout { method RotateLoadingLayout (line 42) | public RotateLoadingLayout(Context context, Mode mode, Orientation scr... method onLoadingDrawableSet (line 59) | public void onLoadingDrawableSet(Drawable imageDrawable) { method onPullImpl (line 66) | protected void onPullImpl(float scaleOfLayout) { method refreshingImpl (line 78) | @Override method resetImpl (line 83) | @Override method resetImageRotation (line 89) | private void resetImageRotation() { method pullToRefreshImpl (line 96) | @Override method releaseToRefreshImpl (line 101) | @Override method getDefaultDrawableResId (line 106) | @Override FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/Utils.java class Utils (line 28) | public class Utils { method warnDeprecation (line 44) | public static void warnDeprecation(String depreacted, String replaceme... method closeSilently (line 51) | public static void closeSilently(InputStream is) { method closeSilently (line 73) | public static void closeSilently(Reader br) { method existAttributeIntValue (line 95) | @Deprecated method existAttributeIntValue (line 106) | @Deprecated method existAttributeIntValue (line 118) | @Deprecated method existAttributeValue (line 140) | public static boolean existAttributeValue(AttributeSet attrs, String a... method existAttributeValue (line 150) | public static boolean existAttributeValue(AttributeSet attrs, String n... method getActionBarSize (line 172) | public static int getActionBarSize(Context context) { method getStatusBarSize (line 186) | public static int getStatusBarSize(Context context) { FILE: library/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java class ViewCompat (line 31) | @SuppressWarnings("deprecation") class Methods (line 36) | private static class Methods { method initializeMethods (line 47) | @SuppressWarnings("unchecked") method setLayerType (line 86) | private static void setLayerType(View view, int layerType) { method postOnAnimation (line 103) | private static void postOnAnimation(View view, Runnable runnable) { method setBackground (line 120) | private static void setBackground(View view, Drawable background) { class VERSION_CODES (line 140) | public static class VERSION_CODES { method postOnAnimation (line 163) | public static void postOnAnimation(View view, Runnable runnable) { method setBackground (line 171) | public static void setBackground(View view, Drawable background) { method setLayerType (line 179) | public static void setLayerType(View view, int layerType) { class SDK11 (line 185) | @TargetApi(11) method setLayerType (line 188) | public static void setLayerType(View view, int layerType) { class SDK16 (line 193) | @TargetApi(16) method postOnAnimation (line 196) | public static void postOnAnimation(View view, Runnable runnable) { method setBackground (line 200) | public static void setBackground(View view, Drawable background) { FILE: sample/src/com/handmark/pulltorefresh/samples/LauncherActivity.java class LauncherActivity (line 25) | public class LauncherActivity extends ListActivity { method onCreate (line 30) | @Override method onListItemClick (line 36) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshCustomLoadingLayoutActivity.java class PullToRefreshCustomLoadingLayoutActivity (line 33) | public class PullToRefreshCustomLoadingLayoutActivity extends Activity { method onCreate (line 44) | @Override method initPullToRefresh (line 51) | private void initPullToRefresh() { class GetDataTask (line 75) | private class GetDataTask extends AsyncTask { method doInBackground (line 77) | @Override method onPostExecute (line 88) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshExpandableListActivity.java class PullToRefreshExpandableListActivity (line 33) | public final class PullToRefreshExpandableListActivity extends Expandabl... method onCreate (line 43) | @Override class GetDataTask (line 79) | private class GetDataTask extends AsyncTask { method doInBackground (line 81) | @Override method onPostExecute (line 91) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshGridActivity.java class PullToRefreshGridActivity (line 37) | public final class PullToRefreshGridActivity extends Activity { method onCreate (line 47) | @Override class GetDataTask (line 83) | private class GetDataTask extends AsyncTask { method doInBackground (line 85) | @Override method onPostExecute (line 95) | @Override method onCreateOptionsMenu (line 108) | @Override method onPrepareOptionsMenu (line 116) | @Override method onOptionsItemSelected (line 125) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshHorizontalScrollViewActivity.java class PullToRefreshHorizontalScrollViewActivity (line 27) | public final class PullToRefreshHorizontalScrollViewActivity extends Act... method onCreate (line 33) | @Override class GetDataTask (line 50) | private class GetDataTask extends AsyncTask { method doInBackground (line 52) | @Override method onPostExecute (line 62) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshListActivity.java class PullToRefreshListActivity (line 43) | public final class PullToRefreshListActivity extends ListActivity { method onCreate (line 55) | @Override class GetDataTask (line 110) | private class GetDataTask extends AsyncTask { method doInBackground (line 112) | @Override method onPostExecute (line 122) | @Override method onCreateOptionsMenu (line 134) | @Override method onCreateContextMenu (line 146) | @Override method onPrepareOptionsMenu (line 159) | @Override method onOptionsItemSelected (line 173) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshListFragmentActivity.java class PullToRefreshListFragmentActivity (line 32) | public final class PullToRefreshListFragmentActivity extends FragmentAct... method onCreate (line 41) | @Override method onRefresh (line 69) | @Override class GetDataTask (line 75) | private class GetDataTask extends AsyncTask { method doInBackground (line 77) | @Override method onPostExecute (line 87) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshListInViewPagerActivity.java class PullToRefreshListInViewPagerActivity (line 23) | public class PullToRefreshListInViewPagerActivity extends Activity imple... method onCreate (line 33) | @Override class ListViewPagerAdapter (line 42) | private class ListViewPagerAdapter extends PagerAdapter { method instantiateItem (line 44) | @Override method destroyItem (line 63) | @Override method isViewFromObject (line 68) | @Override method getCount (line 73) | @Override method onRefresh (line 80) | @Override class GetDataTask (line 85) | private static class GetDataTask extends AsyncTask { method GetDataTask (line 89) | public GetDataTask(PullToRefreshBase refreshedView) { method doInBackground (line 93) | @Override method onPostExecute (line 103) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshScrollViewActivity.java class PullToRefreshScrollViewActivity (line 27) | public final class PullToRefreshScrollViewActivity extends Activity { method onCreate (line 33) | @Override class GetDataTask (line 50) | private class GetDataTask extends AsyncTask { method doInBackground (line 52) | @Override method onPostExecute (line 62) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshViewPagerActivity.java class PullToRefreshViewPagerActivity (line 32) | public class PullToRefreshViewPagerActivity extends Activity implements ... method onCreate (line 36) | @Override method onRefresh (line 48) | @Override class SamplePagerAdapter (line 53) | static class SamplePagerAdapter extends PagerAdapter { method getCount (line 58) | @Override method instantiateItem (line 63) | @Override method destroyItem (line 74) | @Override method isViewFromObject (line 79) | @Override class GetDataTask (line 85) | private class GetDataTask extends AsyncTask { method doInBackground (line 87) | @Override method onPostExecute (line 97) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshWebView2Activity.java class PullToRefreshWebView2Activity (line 27) | public final class PullToRefreshWebView2Activity extends Activity implem... method onCreate (line 30) | @Override class SampleWebViewClient (line 47) | private static class SampleWebViewClient extends WebViewClient { method shouldOverrideUrlLoading (line 48) | @Override method onRefresh (line 55) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/PullToRefreshWebViewActivity.java class PullToRefreshWebViewActivity (line 25) | public final class PullToRefreshWebViewActivity extends Activity { method onCreate (line 31) | @Override class SampleWebViewClient (line 45) | private static class SampleWebViewClient extends WebViewClient { method shouldOverrideUrlLoading (line 46) | @Override FILE: sample/src/com/handmark/pulltorefresh/samples/loadinglayout/CustomLoadingLayout.java class CustomLoadingLayout (line 26) | public class CustomLoadingLayout extends FlipLoadingLayout { method CustomLoadingLayout (line 30) | public CustomLoadingLayout(Context context, Mode mode, Orientation scr... method getDefaultDrawableResId (line 34) | @Override method onPullImpl (line 40) | @Override method getHeaderTextColorBy (line 47) | private int getHeaderTextColorBy(float scaleOfLayout) { method loadPullLabel (line 58) | @Override method loadRefreshingLabel (line 63) | @Override method loadReleaseLabel (line 68) | @Override