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

<<81828384858687888990>>

  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
array 314 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array)");
323 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (const std::array)");
334 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array &&)");
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 510 SkRect& bounds) {
513 bounds.fLeft = bounds.fRight = dst[0].fX;
514 bounds.fTop = bounds.fBottom = dst[0].fY;
516 bounds.growToInclude(dst[index].fX, dst[index].fY);
521 SkRect& bounds) {
524 bounds.fLeft = bounds.fRight = dst[0].fX;
525 bounds.fTop = bounds.fBottom = dst[0].fY
    [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp 510 SkRect& bounds) {
513 bounds.fLeft = bounds.fRight = dst[0].fX;
514 bounds.fTop = bounds.fBottom = dst[0].fY;
516 bounds.growToInclude(dst[index].fX, dst[index].fY);
521 SkRect& bounds) {
524 bounds.fLeft = bounds.fRight = dst[0].fX;
525 bounds.fTop = bounds.fBottom = dst[0].fY
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
regex.h 37 * information about bounds of a match. </p>
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 218 * the bounds of each view are extended outwards, according
365 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
398 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1309 Bounds bounds = getAlignment(spec.alignment, horizontal).getBounds(); local
1361 Bounds[] bounds = getGroupBounds().values; local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 204 * the bounds of each view are extended outwards, according
355 * value of each the upper bounds defined in {@link LayoutParams#rowSpec}.
388 * value of each the upper bounds defined in {@link LayoutParams#columnSpec}.
1187 Bounds bounds = getAlignment(spec.alignment, horizontal).getBounds(); local
1239 Bounds[] bounds = getGroupBounds().values; local
    [all...]
  /art/runtime/entrypoints/quick/
quick_throw_entrypoints.cc 76 // Called by generated call to throw an array index out of bounds exception.
  /art/runtime/
memory_region.h 28 // Memory regions are useful for accessing memory with bounds check in
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringTest.java 116 fail("subSequence failed when index is out of bounds");
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 307 List<ITypeReference> bounds = new ArrayList<ITypeReference>(); local
312 bounds.add(parseFieldTypeSignature());
318 bounds.add(parseFieldTypeSignature());
320 typeVariable.setUpperBounds(bounds);
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 110 * ViewOutlineProvider which sets the outline to be an oval which fits the view bounds.
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 110 * ViewOutlineProvider which sets the outline to be an oval which fits the view bounds.
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
ElevationDragFragment.java 110 * ViewOutlineProvider which sets the outline to be an oval which fits the view bounds.
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java 33 * top. When a new element is added, it is animated from above the bounds
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 61 * in the bounds of the collapsed view, and such that the extra text is not displayed
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 128 # within the given lower and upper bounds,
  /external/apache-http/src/org/apache/http/message/
ParserCursor.java 40 * <li>the bounds limiting the scope of the parsing operation</li>
  /external/chromium_org/apps/shell/browser/
shell_desktop_controller.h 90 const gfx::Rect& bounds) OVERRIDE;
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.h 106 // Starting and final bounds for the drag image for the drag cancel animation.
drag_drop_tracker.cc 49 DCHECK(window->bounds().size().IsEmpty());
  /external/chromium_org/ash/frame/caption_buttons/
frame_size_button.h 111 // Displays a preview of how the window's bounds will change as a result of
  /external/chromium_org/ash/frame/
header_painter_util.cc 75 icon->bounds().right() + kTitleIconOffsetX : kTitleNoIconOffsetX;
  /external/chromium_org/ash/magnifier/
magnification_controller_unittest.cc 37 gfx::Rect root_bounds(root->bounds());
68 gfx::RectF bounds(0, 0, kRootWidth, kRootHeight);
69 GetRootWindow()->layer()->transform().TransformRectReverse(&bounds);
70 return gfx::ToEnclosingRect(bounds);
  /external/chromium_org/ash/screensaver/
screensaver_view.cc 140 Shell::GetScreen()->GetDisplayNearestWindow(root_window).bounds();
  /external/chromium_org/ash/test/
shelf_view_test_api.cc 76 return shelf_view_->view_model_->view_at(index)->bounds();

Completed in 903 milliseconds

<<81828384858687888990>>