HomeSort by relevance Sort by last modified time
    Searched full:minimumheight (Results 1 - 8 of 8) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 74 * listBoxData.minimumHeight = 1;
324 public GridDataFactory minV(int minimumHeight) {
325 m_data.minimumHeight = minimumHeight;
  /packages/apps/Messaging/src/com/android/messaging/ui/
AsyncImageView.java 334 final int minimumHeight = resolveSize(
348 if (height < minimumHeight) {
349 width = resolveSize((int) (minimumHeight * aspectRatio),
VideoThumbnailView.java 317 final int minimumHeight = getMinimumHeight();
326 final float heightScale = Math.max(1, minimumHeight / (float) desiredHeight);
  /frameworks/base/core/java/android/app/
WallpaperManager.java     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 376 final int minimumHeight = getSuggestedMinimumHeight();
378 int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
380 mRingScaleFactor = computeScaleFactor(minimumWidth, minimumHeight,
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 647 final int minimumHeight = getSuggestedMinimumHeight();
649 int viewHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 527 // That is to say, the return values of desired minimumHeight and
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 905 milliseconds