HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 1851 - 1875 of 5192) sorted by null

<<71727374757677787980>>

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 363 // set a new adapter with huge items to test full bounds check
665 // we append a suffix to the parcelable to test out of bounds
926 final Rect bounds = mLayoutManager.getViewBounds(child); local
996 Rect bounds = mLayoutManager.getViewBounds(view); local
1067 final Rect bounds = mLayoutManager.getViewBounds(child); local
    [all...]
  /frameworks/base/docs/image_sources/resources/
resource_devices_diagram.graffle 16 <key>Bounds</key>
94 <key>Bounds</key>
153 <key>Bounds</key>
205 <key>Bounds</key>
257 <key>Bounds</key>
307 <key>Bounds</key>
366 <key>Bounds</key>
426 <key>Bounds</key>
476 <key>Bounds</key>
535 <key>Bounds</key
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 835 * Finds the next focusable component that fits in this View's bounds
840 * @param leftFocus look for a candidate is the one at the left of the bounds
841 * if leftFocus is true, or at the right of the bounds if leftFocus
843 * @param left the left offset of the bounds in which a focusable must be
846 * returned if it is within my bounds (null is valid)
847 * @return the next focusable component in the bounds or null if none can be found
872 * Finds the next focusable component that fits in the specified bounds.
875 * @param leftFocus look for a candidate is the one at the left of the bounds
876 * if leftFocus is true, or at the right of the bounds if
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 436 //GrPrintf("No dev bounds when dst copy is made.\n");
667 // Set the same bounds for all the draws.
743 SkRect bounds; local
744 this->getDrawState().getViewMatrix().mapRect(&bounds, rect);
746 this->drawNonIndexed(kTriangleFan_GrPrimitiveType, 0, 4, &bounds);
895 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary
905 // clip the top edge to src and dst bounds, adjusting dstPoint if necessary
915 // clip the right edge to the src and dst bounds.
923 // clip the bottom edge to the src and dst bounds.
932 // dst bounds
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 436 //GrPrintf("No dev bounds when dst copy is made.\n");
667 // Set the same bounds for all the draws.
743 SkRect bounds; local
744 this->getDrawState().getViewMatrix().mapRect(&bounds, rect);
746 this->drawNonIndexed(kTriangleFan_GrPrimitiveType, 0, 4, &bounds);
895 // clip the left edge to src and dst bounds, adjusting dstPoint if necessary
905 // clip the top edge to src and dst bounds, adjusting dstPoint if necessary
915 // clip the right edge to the src and dst bounds.
923 // clip the bottom edge to the src and dst bounds.
932 // dst bounds
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 47 * type, {@link #EDGE_TYPE_INSIDE_EXTEND}, moving outside of the view bounds
108 * Edge type that specifies an activation area starting at the view bounds
109 * and extending inward. Moving outside the view bounds will stop scrolling.
116 * Edge type that specifies an activation area starting at the view bounds
118 * bounds will continue scrolling.
125 * Edge type that specifies an activation area starting at the view bounds
126 * and extending outward. Moving inside the view bounds will stop scrolling.
341 * the bounds of the host view. If touch moves outside the bounds, scrolling
344 * scroll when touch moves outside the bounds of the host view
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 303 * Draws the bounds of the given elements and all its children elements in the canvas
308 * @param offsetX a horizontal delta to add to the current bounds of the element when
310 * @param offsetY a vertical delta to add to the current bounds of the element when
655 if (resizeState != null && resizeState.bounds != null) {
664 Rect b = resizeState.bounds;
755 state.bounds = newBounds;
758 // Match on wrap bounds
783 // Match on fill bounds
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 294 // be able to click on complete bounds, and so don't return a custom hit
611 return newtab_button_->bounds();
756 int right_edge = tab->bounds().right();
793 // ideal bounds and we need to know ideal bounds is in a good state.
1747 std::vector<gfx::Rect> bounds; local
2440 gfx::Rect bounds = ideal_bounds(i); local
    [all...]
tab_drag_controller.cc 97 // Returns true if |bounds| contains the y-coordinate |y|. The y-coordinate
98 // of |bounds| is adjusted by |vertical_adjustment|.
100 const gfx::Rect& bounds,
103 int upper_threshold = bounds.bottom() + vertical_adjustment;
104 int lower_threshold = bounds.y() - vertical_adjustment;
873 gfx::Rect bounds = GetDraggedViewTabStripBounds(dragged_view_point); local
1867 gfx::Rect bounds = GetAttachedBrowserWidget()->GetWindowBoundsInScreen(); local
    [all...]
  /frameworks/base/docs/image_sources/
activity_lifecycle.graffle     [all...]
  /art/runtime/mirror/
array.h 147 * smaller than element size copies). Arguments are assumed to be within the bounds of the array
155 * smaller than element size copies). Arguments are assumed to be within the bounds of the array
  /cts/tools/signature-tools/templates/delta/
deltas.stg 127 $MultiSubDelta(desc="Upper Bounds changed:", deltas=delta.remainingUpperBoundDeltas)$
132 $SingleSubDelta(desc="Upper Bounds changed:", delta=delta.upperBoundDelta)$
  /external/apache-harmony/support/src/test/java/tests/support/
Support_StringWriter.java 104 * If offset or count are outside of bounds.
155 * If offset or count are outside of bounds.
  /external/ceres-solver/internal/ceres/
triplet_sparse_matrix.h 87 // bounds are dropped and the num_non_zeros changed accordingly.
97 // and column size bounds and false otherwise.
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analyze_slices.js 46 var tsLo = sliceHits.bounds.min;
47 var tsHi = sliceHits.bounds.max;
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
counter_track.js 82 var bounds = this.getBoundingClientRect();
83 var height = bounds.height * pixelRatio;
object_instance_track.js 82 var bounds = this.getBoundingClientRect();
83 var height = bounds.height * pixelRatio;
  /external/chromium_org/apps/ui/views/
native_app_window_views.h 93 virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
106 virtual void SaveWindowPlacement(const gfx::Rect& bounds,
  /external/chromium_org/ash/
ash_switches.cc 85 const char kAshHostWindowBounds[] = "ash-host-window-bounds";
96 // Uses the 1st display in --ash-host-window-bounds as internal display.
  /external/chromium_org/ash/frame/
custom_frame_view_ash_unittest.cc 81 bounds();
106 params.bounds = gfx::Rect(0, 0, 100, 100);
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 183 gfx::Rect bounds(view->GetLocalBounds());
189 trailing_location = gfx::Point(bounds.width() - trailing->width(), 0);
193 bounds.width() - (leading->width() + trailing->width()),
194 bounds.height());
197 trailing_location = gfx::Point(0, bounds.height() - trailing->height());
201 bounds.width(),
202 bounds.height() - (leading->height() + trailing->height()));
576 rect = target_root->bounds();
tray_details_view.cc 129 if (bounds().IsEmpty()) {
150 gfx::Rect fbounds = footer_->bounds();
  /external/chromium_org/ash/touch/
touch_transformer_controller_unittest.cc 18 const gfx::Rect& bounds) {
20 info.SetBounds(bounds);
  /external/chromium_org/ash/wm/
app_list_controller.h 90 // Makes app list bubble update its bounds.
140 // Cached bounds of |view_| for snapping back animation after over-scroll.

Completed in 634 milliseconds

<<71727374757677787980>>