OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specialmatcher
(Results
1 - 1
of
1
) sorted by null
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
WindowManagerState.java
658
Matcher
specialMatcher
= sStartingWindowPattern.matcher(line);
659
if (
specialMatcher
.matches()) {
661
window = new WindowState(
specialMatcher
, true, false);
663
specialMatcher
= sExitingWindowPattern.matcher(line);
664
if (
specialMatcher
.matches()) {
666
window = new WindowState(
specialMatcher
, false, true);
Completed in 69 milliseconds