getHeight static method

int getHeight(
  1. int measureOutput
)

Implementation

static int getHeight(int measureOutput) {
  return (0xFFFFFFFF & measureOutput);
}