getWidth static method

int getWidth(
  1. int measureOutput
)

Implementation

static int getWidth(int measureOutput) {
  return (0xFFFFFFFF & (measureOutput >> 32));
}