Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 12 of 12) sorted by relevance

/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DMainActivity.java105 scroll(View.FOCUS_DOWN); in onStartTimer()
111 scroll(View.FOCUS_UP); in onTimerFinished()
117 scroll(View.FOCUS_UP); in onTimerSelected()
120 private void scroll(final int scrollDirection) { in scroll() method in MainActivity
121 final ScrollView scrollView = (ScrollView) findViewById(R.id.scroll); in scroll()
/development/tools/winscope/src/test/e2e/
Dviewer_transactions_test.ts23 scroll: '.scroll',
67 by.css(`${scrollSelectors.viewer} ${scrollSelectors.scroll} .current`),
Dviewer_protolog_test.ts23 scroll: '.scroll-messages',
Dutils.ts256 selectors: {viewer: string; scroll: string; entry: string},
263 by.css(`${selectors.viewer} ${selectors.scroll}`),
272 by.css(`${selectors.viewer} ${selectors.scroll} ${selectors.entry}`),
/development/tools/motion/motion_test_watcher_app/src/app/
Dapp.component.scss25 overflow: scroll;
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceWearableConfigActivity.java137 public void onScroll(int scroll) {} in onScroll() argument
140 public void onAbsoluteScrollChange(int scroll) { in onAbsoluteScrollChange() argument
141 float newTranslation = Math.min(-scroll, 0); in onAbsoluteScrollChange()
/development/tools/ota_analysis/src/components/
DPayloadDetail.vue71 overflow: scroll;
/development/samples/UiAutomator/
DREADME14 This demos how we can scroll list views and verify data in list view
/development/samples/ApiDemos/src/com/example/android/apis/content/
DDocumentsSample.java269 final ScrollView scroll = new ScrollView(context); in onCreate() local
270 scroll.addView(view); in onCreate()
272 setContentView(scroll); in onCreate()
/development/tools/otagui/src/views/
DJobConfigure.vue86 overflow: scroll;
DJobDetails.vue124 overflow: scroll;
/development/samples/browseable/MidiScope/src/com.example.android.midiscope/
DMainActivity.java63 mScroller = (ScrollView) findViewById(R.id.scroll); in onCreate()