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

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 362 int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
365 computedWidth, computedHeight);
370 computeInsets(computedWidth - scaledWidth, computedHeight - scaledHeight);
371 setMeasuredDimension(computedWidth, computedHeight);
    [all...]

Completed in 141 milliseconds