Searched defs:scrolled (Results 1 – 3 of 3) sorted by relevance
| /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/ | ||
| D | R$layout.class | ... four_corners
public static final int layout
public static final int scrolled
public static final int shadows_test
public static final int themable_widget_layout ... |
| /frameworks/base/core/java/com/android/internal/widget/ | ||
| D | LinearLayoutManager.java | 1310 final int scrolled = absDy > consumed ? layoutDirection * consumed : dy; in scrollBy() local |
| /frameworks/native/services/inputflinger/ | ||
| D | InputReader.cpp | 2777 bool scrolled = vscroll != 0 || hscroll != 0; in sync() local |