OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSystemScrollPos
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
WindowAlignment.java
201
final public int
getSystemScrollPos
(boolean isAtMin, boolean isAtMax) {
202
return
getSystemScrollPos
((int) mScrollCenter, isAtMin, isAtMax);
205
final public int
getSystemScrollPos
(int scrollCenter, boolean isAtMin, boolean isAtMax) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java
39
* @see Axis#
getSystemScrollPos
(int)
48
* @see Axis#
getSystemScrollPos
(int)
59
* @see Axis#
getSystemScrollPos
(int)
68
* @see Axis#
getSystemScrollPos
(int)
193
* translate mScrollCenter to system scroll position, see details in
getSystemScrollPos
().
475
final public int
getSystemScrollPos
() {
476
return
getSystemScrollPos
((int) mScrollCenter);
479
final public int
getSystemScrollPos
(int scrollCenter) {
[
all
...]
/prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 339 milliseconds