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 340 int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
341 computeInsets((computedWidth - minimumWidth), (computedHeight - minimumHeight));
342 setMeasuredDimension(computedWidth, computedHeight);
    [all...]
MultiWaveView.java 338 int computedHeight = resolveMeasured(heightMeasureSpec, minimumHeight);
339 computeInsets((computedWidth - minimumWidth), (computedHeight - minimumHeight));
340 setMeasuredDimension(computedWidth, computedHeight);
    [all...]

Completed in 51 milliseconds