OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fitSystemWindows
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/
ViewGroupTest.java
54
assertFalse(mViewGroup.
fitSystemWindows
(rect));
59
assertTrue(mViewGroup.
fitSystemWindows
(rect));
73
protected boolean
fitSystemWindows
(Rect insets) {
74
return super.
fitSystemWindows
(insets);
85
protected boolean
fitSystemWindows
(Rect insets) {
/cts/tests/tests/view/src/android/view/cts/
MockView.java
399
protected boolean
fitSystemWindows
(Rect insets) {
400
return super.
fitSystemWindows
(insets);
ViewTest.java
[
all
...]
ViewGroupTest.java
[
all
...]
Completed in 86 milliseconds