Searched defs:isOpaque (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DURI.java1133 public boolean isOpaque() { method in class:URI
1420 if (this.isOpaque() != that.isOpaque()) return false;
1425 if (this.isOpaque())
1461 if (isOpaque()) {
1552 if (this.isOpaque()) {
1553 if (that.isOpaque()) {
1561 } else if (that.isOpaque()) {
1940 if (isOpaque()) {
2015 if (child.isOpaque() || bas
[all...]

Completed in 227 milliseconds