Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DActivityManagerState.java325 if (extractBounds(line)) { in extract()
425 if (extractBounds(line)) { in extract()
445 mLastNonFullscreenBounds = extractBounds(matcher); in extract()
565 boolean extractBounds(String line) { in extractBounds() method in ActivityManagerState.ActivityContainer
571 mBounds = extractBounds(matcher); in extractBounds()
575 static Rectangle extractBounds(Matcher matcher) { in extractBounds() method in ActivityManagerState.ActivityContainer
DWindowManagerState.java335 if (extractBounds(line)) { in extract()
396 if (extractBounds(line)) { in extract()
403 mTempInsetBounds = extractBounds(matcher); in extract()
452 boolean extractBounds(String line) { in extractBounds() method in WindowManagerState.WindowContainer
458 mBounds = extractBounds(matcher); in extractBounds()
462 static Rectangle extractBounds(Matcher matcher) { in extractBounds() method in WindowManagerState.WindowContainer