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

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackView.java 77 final int layoutHeight = (int)resources.getDimension(R.dimen.audio_layout_height);
79 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
80 layoutHeight - getPaddingBottom());
TransitionView.java 115 final int layoutHeight = (int)(resources.getDimension(R.dimen.media_layout_height) -
119 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
120 layoutHeight - getPaddingBottom());
MediaItemView.java 134 final int layoutHeight = (int)(
138 layoutHeight - progressBar.getHeight() - getPaddingBottom(), 0,
139 layoutHeight - getPaddingBottom());
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 261 int ScrollView::layoutHeight() const
    [all...]
  /frameworks/ex/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 592 final int layoutHeight = getHeight();
595 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
597 final int cropTop = (layoutHeight - mCropSize) / 2;
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 594 final int layoutHeight = getHeight();
597 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
599 final int cropTop = (layoutHeight - mCropSize) / 2;
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [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 700 milliseconds