OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:visibleFrame
(Results
1 - 3
of
3
) sorted by null
/cts/tests/framework/base/windowmanager/src/android/server/wm/
LayoutTests.java
94
final Rect
visibleFrame
= new Rect();
96
activity.getWindow().getDecorView().getWindowVisibleDisplayFrame(
visibleFrame
));
97
assertFalse("Visible frame must not be empty.",
visibleFrame
.isEmpty());
99
doTestLayoutAfterRemovingFocus(activity,
visibleFrame
, SYSTEM_UI_FLAG_FULLSCREEN);
100
doTestLayoutAfterRemovingFocus(activity,
visibleFrame
, SYSTEM_UI_FLAG_HIDE_NAVIGATION);
101
doTestLayoutAfterRemovingFocus(activity,
visibleFrame
, SYSTEM_UI_FLAG_HIDE_ALL);
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m
33
NSRect visibleRect = [screen
visibleFrame
];
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java
[
all
...]
Completed in 226 milliseconds