OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
347
if (
extractBounds
(line)) {
408
if (
extractBounds
(line)) {
415
mTempInsetBounds =
extractBounds
(matcher);
464
boolean
extractBounds
(String line) {
470
mBounds =
extractBounds
(matcher);
474
static Rectangle
extractBounds
(Matcher matcher) {
Completed in 49 milliseconds