Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityManagerState.java784 final Matcher minWidthMatcher = MIN_WIDTH_PATTERN.matcher(line); in extractMinimalSize() local
787 if (minWidthMatcher.matches()) { in extractMinimalSize()
789 mMinWidth = Integer.valueOf(minWidthMatcher.group(1)); in extractMinimalSize()