Merge "docs: Added curly brace in sample code method opening." into mnc-mr-docs

This commit is contained in:
Kevin Hufnagle
2016-03-17 22:01:08 +00:00
committed by Android (Google) Code Review

View File

@@ -643,7 +643,7 @@ imageView.setOnLongClickListener(new View.OnLongClickListener() {
// Defines a callback that sends the drag shadow dimensions and touch point back to the
// system.
@Override
public void onProvideShadowMetrics (Point size, Point touch)
public void onProvideShadowMetrics (Point size, Point touch) {
// Defines local variables
private int width, height;