HomeSort by relevance Sort by last modified time
    Searched full:scroll (Results 176 - 200 of 1318) sorted by null

1 2 3 4 5 6 78 91011>>

  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 69 // Iterate through the scrollable children and check if any of them can not scroll up
72 // If the view is shown, and can not scroll upwards, return false and start the
84 * Utility method to check whether a {@link View} can scroll up from it's current position.
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 69 // Iterate through the scrollable children and check if any of them can not scroll up
72 // If the view is shown, and can not scroll upwards, return false and start the
84 * Utility method to check whether a {@link View} can scroll up from it's current position.
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
MultiSwipeRefreshLayout.java 69 // Iterate through the scrollable children and check if any of them can not scroll up
72 // If the view is shown, and can not scroll upwards, return false and start the
84 * Utility method to check whether a {@link View} can scroll up from it's current position.
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
TestCaseEditController.java 47 private JScrollPane scroll; field in class:TestCaseEditController
149 scroll = new JScrollPane(listCases);
150 scroll.setBorder(BorderFactory.createTitledBorder(
152 scroll.setOpaque(false);
153 scroll.setViewportBorder(BorderFactory.createEtchedBorder());
202 view.add(scroll, BorderLayout.CENTER);
427 private JScrollPane scroll = new JScrollPane(textArea, field in class:TestCaseEditController.InputMultiEditor
433 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY));
451 return scroll;
505 private JScrollPane scroll = new JScrollPane(textArea field in class:TestCaseEditController.OutputAstEditor
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 54 * Scroll view may have only one direct child placed within it.
55 * To add multiple views within the scroll view, make
59 * <p>Scroll view supports vertical scrolling only. For horizontal scrolling,
63 * a scroll view. Doing so results in poor user interface performance and a poor user
68 * instead of scroll view which offers greater user interface flexibility and
104 * layout is dirty. This prevents the scroll from being wrong if the child has not been
122 * When set to true, the scroll view measure its child to make it fill the currently
236 * @return The maximum amount this scroll view will scroll in response to
393 * You can call this function yourself to have the scroll view perfor
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 67 // These affect the scroll speed and feel
85 // used for tracking during a scroll
148 // Transparent background on scroll
171 * @param animate Whether to scroll to the given time or just redraw at the
220 // and if so scroll to the month that contains it
289 * Sets up the runnable with a short delay in case the scroll state
306 "new scroll state: " + mNewState + " old state: " + mPreviousScrollState);
308 // Fix the position after a scroll or a fling ends
324 boolean scroll = firstPosition != 0 && lastPosition != getCount() - 1;
328 if (scroll && top < LIST_TOP_OFFSET)
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
ILauncherStrategy.java 69 * Retrieves the all apps drawer forward scroll direction as implemented by the launcher
88 * Retrieves the all widgets drawer forward scroll direction as implemented by the launcher
106 * Retrieves the home screen workspace forward scroll direction as implemented by the launcher
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 257 #define REQ_SCR_FLINE (KEY_MAX + 43) /* scroll field forward a line */
258 #define REQ_SCR_BLINE (KEY_MAX + 44) /* scroll field backward a line */
259 #define REQ_SCR_FPAGE (KEY_MAX + 45) /* scroll field forward a page */
260 #define REQ_SCR_BPAGE (KEY_MAX + 46) /* scroll field backward a page */
261 #define REQ_SCR_FHPAGE (KEY_MAX + 47) /* scroll field forward half page */
262 #define REQ_SCR_BHPAGE (KEY_MAX + 48) /* scroll field backward half page */
263 #define REQ_SCR_FCHAR (KEY_MAX + 49) /* horizontal scroll char */
264 #define REQ_SCR_BCHAR (KEY_MAX + 50) /* horizontal scroll char */
265 #define REQ_SCR_HFLINE (KEY_MAX + 51) /* horizontal scroll line */
266 #define REQ_SCR_HBLINE (KEY_MAX + 52) /* horizontal scroll line *
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/helpers/
ScrollerHelper.java 23 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
24 import io.appium.droiddriver.scroll.Scroller;
  /external/python/cpython2/Demo/tkinter/matt/
canvas-with-scrollbars.py 22 # notice that the scroll region (20" x 20") is larger than
38 # is visible, but you need to scroll to see the second one.
  /external/syslinux/core/
rawcon.c 73 /* Scroll */
79 ireg.eax.w[0] = 0x0601; /* Scroll up one line */
  /external/toybox/kconfig/lxdialog/
textbox.c 168 wscrl(box, -1); /* Scroll box region down one line */
206 scroll(box); /* Scroll box region up one line */
225 case 'H': /* Scroll left */
235 /* Reprint current page to scroll horizontally */
240 case 'L': /* Scroll right */
246 /* Reprint current page to scroll horizontally */
327 line += MIN(strlen(line), hscroll); /* Scroll horizontally */
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabels.java 17 package android.widget.scroll;
30 * Basic scroll view example
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 91 // The scroll touch slop is used to calculate when we start scrolling
190 * Finishes all scroll-fling and non-dismissing animations currently running.
208 // Update the scroll to the final scroll position from onBeginDrag()
226 // Stop the current scroll if it is still flinging
289 // of the curve, so just move the scroll proportional to that
384 // trying to scroll or swipe.
420 // Find the front most task and scroll the next task to the front
491 // Get the stack scroll of the task to anchor to (since we are removing something, the
510 // Bound the stack scroll to pull tasks forward if necessar
    [all...]
  /frameworks/opt/setupwizard/library/main/res/layout/
suw_no_scroll_template_header.xml 18 <!-- IMPORTANT NOTE: Even if this layout is used with a view that handles its scroll internally,
19 like WebView or RecyclerView, the illustration will not scroll away, since this view doesn't
  /frameworks/support/car/src/androidTest/java/androidx/car/widget/
PagedListViewTest.java 297 // Set up a pagedListView with a large item count to ensure the scroll bar buttons are
360 // Just need enough items to ensure the scroll bar is showing.
372 // Just need enough items to ensure the scroll bar is showing.
379 // Just need enough items to ensure the scroll bar is showing.
390 // Just need enough items to ensure the scroll bar is showing.
401 // Just need enough items to ensure the scroll bar is showing.
415 // Just need enough items to ensure the scroll bar is showing.
429 // Just need enough items to ensure the scroll bar is showing.
443 // Just need enough items to ensure the scroll bar is showing.
455 // Just need enough items to ensure the scroll bar is showing
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/widget/
ListViewCompat.java 33 * @param listView the list to scroll
34 * @param y the amount of pixels to scroll by vertically
  /frameworks/support/samples/Support7Demos/src/main/res/layout/
activity_base_layout_manager.xml 28 android:text="smooth scroll"
43 android:text="scroll"
  /frameworks/support/wear/src/main/java/androidx/wear/widget/drawer/
NestedScrollViewFlingWatcher.java 35 * Because {@link NestedScrollView} does not provide a way to listen to the scroll state, there's no
36 * callback which definitely indicates the fling has finished. So, we instead listen for scroll
ScrollViewFlingWatcher.java 35 * Because {@link ScrollView} does not provide a way to listen to the scroll state, there's no
36 * callback which definitely indicates the fling has finished. So, we instead listen for scroll
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
HomepageDisplayTests.java 86 // Scroll to top
90 view.scroll(Direction.UP, 100f);
  /packages/apps/Settings/tests/unit/src/com/android/settings/core/
LifecycleEventHandlingTest.java 67 // Scroll to bottom
71 view.scroll(Direction.DOWN, 100f);
  /frameworks/support/car/src/main/java/androidx/car/widget/
PagedSnapHelper.java 36 * is first encountered. Otherwise, the user will be allowed to scroll freely through that view
95 * <li>an item longer than containing RecyclerView is about to scroll out.
170 // Return null if the childToReturn is not valid. This allows the user to scroll freely
181 * to allow the user to scroll and see the rest of the View.
245 * Calculate the estimated scroll distance in each direction given velocities on both axes.
246 * This method will clamp the maximum scroll distance so that a single fling will never scroll
275 // the last child. This ensures that each scroll will never scroll more than a single
276 // page on the RecyclerView. That is, the max scroll will make the last child th
    [all...]
  /cts/apps/CtsVerifier/res/layout/
pass_fail_text.xml 22 android:id="@+id/scroll"
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.h 56 BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot menu scroll bar inoformation

Completed in 702 milliseconds

1 2 3 4 5 6 78 91011>>