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

/libcore/ojluni/src/main/java/java/net/
H A DURI.java1127 public boolean isOpaque() { method in class:URI
1414 if (this.isOpaque() != that.isOpaque()) return false;
1419 if (this.isOpaque())
1455 if (isOpaque()) {
1546 if (this.isOpaque()) {
1547 if (that.isOpaque()) {
1555 } else if (that.isOpaque()) {
1960 if (isOpaque()) {
2035 if (child.isOpaque() || bas
[all...]

Completed in 80 milliseconds