OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smoothscrollingenabled
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/widget/
HorizontalScrollView.java
303
* @param
smoothScrollingEnabled
whether arrow scrolling will animate its transition
305
public void setSmoothScrollingEnabled(boolean
smoothScrollingEnabled
) {
306
mSmoothScrollingEnabled =
smoothScrollingEnabled
;
[
all
...]
ScrollView.java
329
* @param
smoothScrollingEnabled
whether arrow scrolling will animate its transition
331
public void setSmoothScrollingEnabled(boolean
smoothScrollingEnabled
) {
332
mSmoothScrollingEnabled =
smoothScrollingEnabled
;
[
all
...]
/packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java
339
* @param
smoothScrollingEnabled
whether arrow scrolling will animate its transition
341
public void setSmoothScrollingEnabled(boolean
smoothScrollingEnabled
) {
342
mSmoothScrollingEnabled =
smoothScrollingEnabled
;
[
all
...]
Completed in 1276 milliseconds