HomeSort by relevance Sort by last modified time
    Searched refs:BOTTOM (Results 251 - 275 of 366) sorted by null

<<1112131415

  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 813 int bottom = top + getHeight() - getPaddingTop() - getPaddingBottom(); local
814 r.set(left, top, right, bottom);
819 * widthGap/heightGap (right, bottom) */
1537 int bottom = cs.y + cs.spanY; local
    [all...]
  /external/chromium_org/ash/display/
display_manager_unittest.cc 675 // Move the mouse pointer to the bottom of 1st display.
    [all...]
display_manager.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 493 if (curr->verticalAlign() == TOP || curr->verticalAlign() == BOTTOM) {
579 } else if (curr->verticalAlign() == BOTTOM) {
641 else if (curr->verticalAlign() == BOTTOM)
1081 LayoutUnit bottom = std::min(rootBox.lineBottom(), top + logicalHeight); local
1121 LayoutUnit bottom = std::min(rootBox.lineBottom(), logicalTop + logicalHeight); local
    [all...]