HomeSort by relevance Sort by last modified time
    Searched full:bottommost (Results 1 - 16 of 16) sorted by null

  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 437 int bottommost = Integer.MIN_VALUE; local
442 if (mItemBottoms[i] > bottommost) {
443 bottommost = mItemBottoms[i];
447 return topmost >= getPaddingTop() && bottommost <= getHeight() - getPaddingBottom();
    [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 379 // Arguments adaptor can not be topmost or bottommost.
477 // Construct stub can not be topmost or bottommost.
612 // The top address for the bottommost output frame can be computed from
640 // The caller's pc for the bottommost output frame is the same as in the
658 // The caller's frame pointer for the bottommost output frame is the same
681 // For the bottommost output frame the context can be gotten from the input
703 // The function for the bottommost output frame should also agree with the
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 357 // Arguments adaptor can not be topmost or bottommost.
460 // Construct stub can not be topmost or bottommost.
590 // The top address for the bottommost output frame can be computed from
618 // The caller's pc for the bottommost output frame is the same as in the
637 // The caller's frame pointer for the bottommost output frame is the same
659 // For the bottommost output frame the context can be gotten from the input
682 // The function for the bottommost output frame should also agree with the
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 30 // _is_ visible. So we need to find the right/bottommost monitor, and
  /external/quake/quake/src/QW/client/
render.h 83 float fvrectbottom; // bottommost edge, for Alias clamping
  /external/quake/quake/src/WinQuake/
render.h 89 float fvrectbottom; // bottommost edge, for Alias clamping
  /libcore/luni/src/test/java/libcore/java/io/
DataOutputStreamTest.java 85 // writeShort only writes the bottommost 16 bits of its int parameter.
  /external/v8/src/ia32/
deoptimizer-ia32.cc 470 // Arguments adaptor can not be topmost or bottommost.
568 // Construct stub can not be topmost or bottommost.
691 // The top address for the bottommost output frame can be computed from
719 // The caller's pc for the bottommost output frame is the same as in the
737 // The caller's frame pointer for the bottommost output frame is the same
758 // For the bottommost output frame the context can be gotten from the input
780 // The function for the bottommost output frame should also agree with the
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 369 // Arguments adaptor can not be topmost or bottommost.
467 // Construct stub can not be topmost or bottommost.
602 // The top address for the bottommost output frame can be computed from
630 // The caller's pc for the bottommost output frame is the same as in the
648 // The caller's frame pointer for the bottommost output frame is the same
671 // For the bottommost output frame the context can be gotten from the input
693 // The function for the bottommost output frame should also agree with the
    [all...]
  /external/valgrind/main/include/
pub_tool_machine.h 147 // Returns the bottommost address of the alternate signal stack.
  /external/jpeg/
rdrle.c 350 /* And fetch the topmost (bottommost) row */
  /external/qemu/distrib/jpeg-6b/
rdrle.c 350 /* And fetch the topmost (bottommost) row */
  /frameworks/base/core/java/android/widget/
ScrollView.java     [all...]
GridView.java 771 * @param bottomSelectionPixel The bottommost pixel we can draw the
800 * @param bottomSelectionPixel The bottommost pixel we can draw the
    [all...]
  /external/valgrind/main/drd/docs/
drd-manual.xml 725 bottommost frames in this call stack (<function>clone</function>
759 bottommost frames are identical
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]

Completed in 430 milliseconds