Searched defs:PagerAdapter (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPagerAdapter.java32 * <p>When you implement a PagerAdapter, you must override the following methods
41 * <p>PagerAdapter is more general than the adapters used for
44 * steps taken during an update. A PagerAdapter may implement a form of View
51 * independent of its position in the adapter. A call to the PagerAdapter method
64 * <p>A very simple PagerAdapter may choose to use the page Views themselves
71 * <p>PagerAdapter supports data set changes. Data set changes must occur on the
78 public abstract class PagerAdapter { class
224 * required for a PagerAdapter to function properly.
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerAdapter.java32 * <p>When you implement a PagerAdapter, you must override the following methods
41 * <p>PagerAdapter is more general than the adapters used for
44 * steps taken during an update. A PagerAdapter may implement a form of View
51 * independent of its position in the adapter. A call to the PagerAdapter method
64 * <p>A very simple PagerAdapter may choose to use the page Views themselves
71 * <p>PagerAdapter supports data set changes. Data set changes must occur on the
78 public abstract class PagerAdapter { class
230 * required for a PagerAdapter to function properly.

Completed in 543 milliseconds