HomeSort by relevance Sort by last modified time
    Searched refs:extractBounds (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerState.java 325 if (extractBounds(line)) {
425 if (extractBounds(line)) {
445 mLastNonFullscreenBounds = extractBounds(matcher);
565 boolean extractBounds(String line) {
571 mBounds = extractBounds(matcher);
575 static Rectangle extractBounds(Matcher matcher) {
WindowManagerState.java 335 if (extractBounds(line)) {
396 if (extractBounds(line)) {
403 mTempInsetBounds = extractBounds(matcher);
452 boolean extractBounds(String line) {
458 mBounds = extractBounds(matcher);
462 static Rectangle extractBounds(Matcher matcher) {

Completed in 46 milliseconds