OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getPageAt
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
298
PagedViewCellLayout layout = (PagedViewCellLayout)
getPageAt
(currentPage);
307
PagedViewGridLayout layout = (PagedViewGridLayout)
getPageAt
(currentPage);
[
all
...]
PagedView.java
255
mPageSwitchListener.onPageSwitch(
getPageAt
(mCurrentPage), mCurrentPage);
293
View
getPageAt
(int index) {
360
mPageSwitchListener.onPageSwitch(
getPageAt
(mCurrentPage), mCurrentPage);
400
getPageAt
(i).setOnLongClickListener(l);
528
final View child =
getPageAt
(i);
600
View page = (View)
getPageAt
(i);
618
final View child =
getPageAt
(i);
629
final View child =
getPageAt
(i);
660
final View child =
getPageAt
(i);
751
offset += getScaledMeasuredWidth(
getPageAt
(i)) + mPageSpacing
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java
316
AppsCustomizeCellLayout layout = (AppsCustomizeCellLayout)
getPageAt
(currentPage);
325
PagedViewGridLayout layout = (PagedViewGridLayout)
getPageAt
(currentPage);
[
all
...]
PagedView.java
459
mPageSwitchListener.onPageSwitch(
getPageAt
(mCurrentPage), mCurrentPage);
499
View
getPageAt
(int index) {
586
mPageSwitchListener.onPageSwitch(
getPageAt
(getNextPage()), getNextPage());
634
getPageAt
(i).setOnLongClickListener(l);
856
final View child =
getPageAt
(i);
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
398
mPageSwitchListener.onPageSwitched(
getPageAt
(mCurrentPage), mCurrentPage);
431
View
getPageAt
(int index) {
481
mPageSwitchListener.onPageSwitching(
getPageAt
(whichPage), whichPage);
487
mPageSwitchListener.onPageSwitched(
getPageAt
(mCurrentPage), mCurrentPage);
564
getPageAt
(i).setOnLongClickListener(l);
694
final View child =
getPageAt
(i);
778
final View child =
getPageAt
(i);
856
offset += getScaledMeasuredWidth(
getPageAt
(i)) + mPageSpacing;
[
all
...]
Completed in 33 milliseconds