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

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
TransitionView.java 115 final int layoutHeight = (int)(resources.getDimension(R.dimen.media_layout_height) -
119 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
120 layoutHeight - getPaddingBottom());
AudioTrackView.java 77 final int layoutHeight = (int)resources.getDimension(R.dimen.audio_layout_height);
79 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
80 layoutHeight - getPaddingBottom());
MediaItemView.java 134 final int layoutHeight = (int)(
138 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
139 layoutHeight - getPaddingBottom());
  /external/webkit/Source/WebCore/css/
MediaQueryEvaluator.cpp 251 int height = view->layoutHeight();
262 int height = view->layoutHeight();
339 return value->isPrimitiveValue() && compareValue(view->layoutHeight(), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootStyle), op);
341 return view->layoutHeight() != 0;
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 100 private float getHeightTransformRatio(int height, int layoutHeight) {
102 return (float) layoutHeight / (float) height;
  /external/webkit/Source/WebCore/platform/
ScrollView.h 161 int layoutHeight() const;
ScrollView.cpp 261 int ScrollView::layoutHeight() const
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 881 if (!m_firstLayout && m_size.height() != layoutHeight() && body->renderer()->enclosingBox()->stretchesToViewport())
887 if (!m_firstLayout && (m_size.width() != layoutWidth() || m_size.height() != layoutHeight()))
934 m_size = IntSize(layoutWidth(), layoutHeight());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 801 m_position.x(), m_position.y(), view->layoutWidth(), view->layoutHeight(),
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 703 height = m_frameView->layoutHeight();
  /external/webkit/Source/WebCore/dom/
Element.cpp 449 return adjustForAbsoluteZoom(view->layoutHeight(), renderView);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1007 milliseconds