Merge "docs: fixing bug 36982027 and 30636712, typos" into oc-mr1-dev
This commit is contained in:
@@ -13649,7 +13649,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the width of the your view.
|
* Return the width of your view.
|
||||||
*
|
*
|
||||||
* @return The width of your view, in pixels.
|
* @return The width of your view, in pixels.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -17,9 +17,9 @@
|
|||||||
package android.renderscript;
|
package android.renderscript;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base class for all Intrinsic scripts. An intrinsic a script
|
* Base class for all Intrinsic scripts. An intrinsic is a script
|
||||||
* which implements a pre-defined function. Intrinsics are
|
* that implements a pre-defined function. Intrinsics are
|
||||||
* provided to provide effecient implemtations of common
|
* provided to provide efficient implementations of common
|
||||||
* operations.
|
* operations.
|
||||||
*
|
*
|
||||||
* Not intended for direct use.
|
* Not intended for direct use.
|
||||||
|
|||||||
Reference in New Issue
Block a user