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

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowLocation.java28 private boolean hasBearing; field in class:ShadowLocation
66 hasBearing = l.hasBearing();
142 this.hasBearing = true;
148 this.hasBearing = false;
152 public boolean hasBearing() { method in class:ShadowLocation
153 return hasBearing;

Completed in 63 milliseconds