Home
last modified time | relevance | path

Searched refs:appWidth (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DWindowManagerState.java559 final int appWidth = Integer.valueOf(matcher.group(5)); in extract() local
561 mAppRect.setBounds(0, 0, appWidth, appHeight); in extract()