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

  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 153 const float buttonHeight = 30;
166 m_inputToggle.top = H - buttonHeight - 5;
168 m_inputToggle.bottom = m_inputToggle.top + buttonHeight;
176 m_colorToggle.top = H - buttonHeight - 5;
178 m_colorToggle.bottom = m_colorToggle.top + buttonHeight;
186 m_fullScreenToggle.top = H - buttonHeight - 5;
188 m_fullScreenToggle.bottom = m_fullScreenToggle.top + buttonHeight;
197 m_clearSurface.top = H - buttonHeight - 5;
199 m_clearSurface.bottom = m_clearSurface.top + buttonHeight;
  /external/webkit/Source/WebCore/editing/
DeleteButtonController.cpp 231 const int buttonHeight = 30;
237 style->setProperty(CSSPropertyTop, String::number((-buttonHeight / 2) - m_target->renderBox()->borderTop() - (borderWidth / 2) + buttonBottomShadowOffset) + "px");
240 style->setProperty(CSSPropertyHeight, String::number(buttonHeight) + "px");
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 213 const float buttonHeight = 30;
241 m_playRect.bottom = m_playRect.top + buttonHeight;
252 m_pauseRect.bottom = m_pauseRect.top + buttonHeight;
263 m_stopRect.bottom = m_stopRect.top + buttonHeight;
  /development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/
ActionBarHelperBase.java 209 final int buttonHeight = mActivity.getResources().getDimensionPixelSize(
217 (buttonHeight - progressIndicatorWidth) / 2,

Completed in 400 milliseconds