getComponentPriority static method

int getComponentPriority(
  1. int bottom
)

Implementation

static int getComponentPriority(int bottom) {
  return _COMPONENTS + bottom;
}