HomeSort by relevance Sort by last modified time
    Searched full:getoverlays (Results 1 - 4 of 4) sorted by null

  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayType.java 34 public static OverlayType[] getOverlays(Context context) {
OverlaysAdapter.java 56 mOverlays = OverlayType.getOverlays(context);
  /frameworks/base/docs/html/guide/tutorials/views/
hello-mapview.jd 203 mapOverlays = mapView.getOverlays();
208 first retrieve the List with <code>getOverlays()</code> methods. We instantiate the Drawable, which will
  /frameworks/base/docs/html/resources/tutorials/views/
hello-mapview.jd 256 List&lt;Overlay> mapOverlays = mapView.getOverlays();
261 you have to get a list from the <code>getOverlays()</code> method. Then instantiate the {@link

Completed in 140 milliseconds