Searched refs:appHeight (Results 1 – 1 of 1) sorted by relevance
560 final int appHeight = Integer.valueOf(matcher.group(6)); in extract() local561 mAppRect.setBounds(0, 0, appWidth, appHeight); in extract()