OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRelativeChildOffset
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
311
int relOffset =
getRelativeChildOffset
(mCurrentPage);
562
// We can't call getChildOffset/
getRelativeChildOffset
until we set the measured dimensions.
568
if (DEBUG) Log.d(TAG, "
getRelativeChildOffset
(): " + getMeasuredWidth() + ", "
577
int offset =
getRelativeChildOffset
(0);
588
mMaxScrollX = getChildOffset(index) -
getRelativeChildOffset
(index);
595
int newX = getChildOffset(newCurrentPage) -
getRelativeChildOffset
(newCurrentPage);
658
int childLeft =
getRelativeChildOffset
(startIndex);
749
int offset =
getRelativeChildOffset
(startIndex);
760
protected int
getRelativeChildOffset
(int index) {
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
446
int relOffset =
getRelativeChildOffset
(mCurrentPage);
720
// We can't call getChildOffset/
getRelativeChildOffset
until we set the measured dimensions.
731
if (DEBUG) Log.d(TAG, "
getRelativeChildOffset
(): " + getViewportWidth() + ", "
740
int offset =
getRelativeChildOffset
(0);
750
mMaxScrollX = getChildOffset(childCount - 1) -
getRelativeChildOffset
(childCount - 1);
776
int childLeft = offsetX +
getRelativeChildOffset
(0);
854
int offset =
getRelativeChildOffset
(0);
865
protected int
getRelativeChildOffset
(int index) {
[
all
...]
Completed in 42 milliseconds