Context.getWindowSize

Gets the window size.

@param width Where to store the width, may be null @param height Where to store the height, may be null

class Context
abstract
void
getWindowSize
(
int* width
,
int* height
)

Meta