Merge "docs: Added curly brace in sample code method opening." into mnc-mr-docs
This commit is contained in:
committed by
Android (Google) Code Review
commit
edb63fa469
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user