OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mScrollCenter
(Results
1 - 4
of
4
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
WindowAlignment.java
36
*
mScrollCenter
is used to calculate dynamic transformation based on how far a view
37
* is from the
mScrollCenter
. For example, the views with center close to
mScrollCenter
40
private float
mScrollCenter
;
108
return (int)
mScrollCenter
;
158
mScrollCenter
= scrollTarget;
163
mScrollCenter
= Integer.MIN_VALUE;
202
return getSystemScrollPos((int)
mScrollCenter
, isAtMin, isAtMax);
267
return "center: " +
mScrollCenter
+ " min:" + mMinEdge +
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java
279
int
mScrollCenter
; // cached scroll center
879
//
mScrollCenter
after fillVisibleViewsInLayout(), and we need initialize the system
[
all
...]
ScrollController.java
92
* {@link Axis#
mScrollCenter
}
98
* description in {@link Axis#
mScrollCenter
}
120
* {@link #
mScrollCenter
} changes from {@link #mTouchScrollMin} and
125
*
mScrollCenter
changes from {@link #mScrollMin} and {@link #mScrollMax}. It is different
126
* than {@link View#getScrollX()} which starts from left edge of first child;
mScrollCenter
128
* excluded from calculating the
mScrollCenter
. We convert the
mScrollCenter
to system
130
* necessarily a linear transformation between system scrollX and
mScrollCenter
. <br>
132
* When
mScrollCenter
is close to {@link #mScrollMin}, {@link View#getScrollX()} will be
133
* fixed 0, but
mScrollCenter
is still decreasing, so we can move focus from the item whic
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 371 milliseconds