OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasinsets
(Results
1 - 15
of
15
) sorted by null
/frameworks/support/compat/api20/android/support/v4/view/
WindowInsetsCompatApi20.java
42
public static boolean
hasInsets
(Object insets) {
43
return ((WindowInsets) insets).
hasInsets
();
/frameworks/support/compat/java/android/support/v4/view/
WindowInsetsCompat.java
36
boolean
hasInsets
(Object insets);
79
public boolean
hasInsets
(Object insets) {
172
public boolean
hasInsets
(Object insets) {
173
return WindowInsetsCompatApi20.
hasInsets
(insets);
340
public boolean
hasInsets
() {
341
return IMPL.
hasInsets
(mInsets);
/frameworks/base/core/java/android/view/
WindowInsets.java
262
public boolean
hasInsets
() {
/prebuilts/sdk/support-api/
22.0.0.txt
[
all
...]
22.1.0.txt
[
all
...]
22.2.0.txt
[
all
...]
22.2.1.txt
[
all
...]
23.0.0.txt
[
all
...]
23.1.0.txt
[
all
...]
23.1.1.txt
[
all
...]
23.2.0.txt
[
all
...]
23.2.1.txt
[
all
...]
23.4.0.txt
[
all
...]
24.0.0.txt
[
all
...]
24.1.0.txt
[
all
...]
Completed in 759 milliseconds