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

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
MultiWaveView.java 339 int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
340 computeInsets((computedWidth - minimumWidth), (computedHeight - minimumHeight));
341 setMeasuredDimension(computedWidth, computedHeight);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 365 int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
368 computedWidth, computedHeight);
373 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight);
374 setMeasuredDimension(computedWidth, computedHeight);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 346 int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
347 computeInsets((computedWidth - minimumWidth), (computedHeight - minimumHeight));
348 setMeasuredDimension(computedWidth, computedHeight);
    [all...]

Completed in 49 milliseconds