resize static method

void resize(
  1. int width,
  2. int height
)

Resize android window.

Implementation

static void resize(int width, int height) {
  _api.resize(width, height);
}