OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getChildOffset
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
310
int offset =
getChildOffset
(mCurrentPage);
562
// We can't call
getChildOffset
/getRelativeChildOffset until we set the measured dimensions.
588
mMaxScrollX =
getChildOffset
(index) - getRelativeChildOffset(index);
595
int newX =
getChildOffset
(newCurrentPage) - getRelativeChildOffset(newCurrentPage);
735
protected int
getChildOffset
(int index) {
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
445
int offset =
getChildOffset
(mCurrentPage);
720
// We can't call
getChildOffset
/getRelativeChildOffset until we set the measured dimensions.
750
mMaxScrollX =
getChildOffset
(childCount - 1) - getRelativeChildOffset(childCount - 1);
842
protected int
getChildOffset
(int index) {
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
[
all
...]
Completed in 31 milliseconds