HomeSort by relevance Sort by last modified time
    Searched refs:buttonWidth (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebCore/platform/haiku/
ScrollbarThemeHaiku.cpp 36 int buttonWidth(int scrollbarWidth, int thickness)
81 ? IntSize(buttonWidth(scrollbar->width(), thickness), thickness)
82 : IntSize(thickness, buttonWidth(scrollbar->height(), thickness));
95 int width = buttonWidth(scrollbar->width(), thickness);
99 int height = buttonWidth(scrollbar->height(), thickness);
  /packages/apps/Phone/src/com/android/phone/
ButtonGridLayout.java 144 final int buttonWidth = mButtonWidth;
155 buttons[i].layout(x, y, x + buttonWidth, y + buttonHeight);
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 152 const float buttonWidth = 60;
167 m_inputToggle.right = m_inputToggle.left + buttonWidth;
175 m_colorToggle.left = (W/3) - (buttonWidth/2);
177 m_colorToggle.right = m_colorToggle.left + buttonWidth;
185 m_fullScreenToggle.left = ((W*2)/3) - (buttonWidth/2);
187 m_fullScreenToggle.right = m_fullScreenToggle.left + buttonWidth;
196 m_clearSurface.left = W - buttonWidth - 5;
198 m_clearSurface.right = m_clearSurface.left + buttonWidth;
  /external/webkit/WebCore/editing/
DeleteButtonController.cpp 230 const int buttonWidth = 30;
238 style->setProperty(CSSPropertyLeft, String::number((-buttonWidth / 2) - m_target->renderBox()->borderLeft() - (borderWidth / 2)) + "px");
239 style->setProperty(CSSPropertyWidth, String::number(buttonWidth) + "px");
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 212 const float buttonWidth = 60;
240 m_playRect.right = m_playRect.left + buttonWidth;
251 m_pauseRect.right = m_pauseRect.left + buttonWidth;
262 m_stopRect.right = m_stopRect.left + buttonWidth;
  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.cpp 444 const int buttonWidth = GetSystemMetrics(SM_CXVSCROLL);
451 if (r.right() - r.x() < buttonWidth)
454 buttonX = o->style()->direction() == LTR ? r.right() - spacingRight - buttonWidth : r.x() + spacingLeft;
459 std::min(buttonWidth, r.right() - r.x()),
  /packages/apps/Contacts/src/com/android/contacts/
ContactListItemView.java 227 int buttonWidth = mCallButton.getMeasuredWidth();
228 rightBound -= buttonWidth;
232 rightBound + buttonWidth,

Completed in 532 milliseconds