OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contentFrame
(Results
1 - 4
of
4
) sorted by null
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DialogFrameTests.java
126
Rect
contentFrame
= parent.getContentFrame();
128
contentFrame
.left + (
contentFrame
.width() - explicitDimension) / 2,
129
contentFrame
.top + (
contentFrame
.height() - explicitDimension) / 2,
130
contentFrame
.left + (
contentFrame
.width() + explicitDimension) / 2,
131
contentFrame
.top + (
contentFrame
.height() + explicitDimension) / 2);
139
Rect
contentFrame
= parent.getContentFrame()
[
all
...]
/cts/tests/tests/keystore/src/android/server/am/
WindowManagerState.java
517
mContentFrame = extract(windowFramesProto.
contentFrame
);
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java
578
final Rect
contentFrame
= new Rect();
579
content.getBoundsOnScreen(
contentFrame
);
580
assertTrue("Content (" +
contentFrame
+ ") extends outside display ("
581
+ displayFrame + ")", displayFrame.contains(
contentFrame
));
[
all
...]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
WindowManagerState.java
874
mContentFrame = extract(windowFramesProto.
contentFrame
);
[
all
...]
Completed in 2549 milliseconds