Searched defs:page (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp41 void releasePage(Page *page);
43 void appendPage(Page *page);
77 Page *page = *it; local
79 free(page->mData);
80 delete page;
81 page = NULL;
90 Page *page = *it; local
93 return page;
96 Page *page = new Page; local
97 page
103 releasePage(Page *page) argument
108 appendPage(Page *page) argument
119 Page *page = *it; local
314 PageCache::Page *page = mCache->acquirePage(); local
[all...]
H A DOggExtractor.cpp118 ssize_t readPage(off64_t offset, Page *page);
258 // Given the offset of the "current" page, find the page immediately preceding
260 // To do this we back up from the "current" page's offset until we find any
261 // page preceding it and then scan forward to just before the current page.
288 // We did not find a page preceding this one.
361 // We found the page we wanted to seek to, but we'll also need
362 // the page preceding it to determine how many valid samples are on
363 // this page
379 readPage(off64_t offset, Page *page) argument
648 Page page; local
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java69 // the min drag distance for a fling to register, to prevent random page shifts
80 // The page is moved more than halfway, automatically move to the next page on touch up.
176 // to switch to a new page
222 // The runnable that settles the page after snapToPage and animateDragViewToOriginalPosition
397 * Returns the index of the currently displayed page.
399 * @return The index of the currently displayed page.
422 * Updates the scroll of the current page immediately to its final scroll position. We use this
424 * the previous tab page.
436 * Sets the current page
1204 getBoundedScrollProgress(int screenCenter, View v, int page) argument
1213 getScrollProgress(int screenCenter, View v, int page) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java67 * which is a convenient way to supply and manage the lifecycle of each page.
128 private int mCurItem; // Index of currently displayed page.
219 * Indicates that the pager is in an idle, settled state. The current page
244 * Callback interface for responding to changing state of the selected page.
249 * This method will be invoked when the current page is scrolled, either as part
252 * @param position Position index of the first page currently being displayed.
254 * @param positionOffset Value from [0, 1) indicating the offset from the page at position.
260 * This method will be invoked when a new page becomes selected. Animation is not
263 * @param position Position index of the new selected page.
269 * begins dragging, when the pager is automatically settling to the current page,
320 transformPage(View page, float position) argument
[all...]

Completed in 65 milliseconds