Merge "docs: Typo fixes" into oc-mr1-dev
am: ab9449561e
Change-Id: I6edaeba7a59fab7fafe7847a6b27dbba8313d233
This commit is contained in:
@@ -120,7 +120,7 @@ public class BluetoothGattCharacteristic implements Parcelable {
|
||||
public static final int WRITE_TYPE_DEFAULT = 0x02;
|
||||
|
||||
/**
|
||||
* Wrtite characteristic without requiring a response by the remote device
|
||||
* Write characteristic without requiring a response by the remote device
|
||||
*/
|
||||
public static final int WRITE_TYPE_NO_RESPONSE = 0x01;
|
||||
|
||||
|
||||
@@ -202,7 +202,7 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {
|
||||
* The last selected position we used when notifying
|
||||
*/
|
||||
int mOldSelectedPosition = INVALID_POSITION;
|
||||
|
||||
|
||||
/**
|
||||
* The id of the last selected position we used when notifying
|
||||
*/
|
||||
@@ -382,7 +382,7 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {
|
||||
* position is different from the previously selected position or if
|
||||
* there was no selected item.</p>
|
||||
*
|
||||
* Impelmenters can call getItemAtPosition(position) if they need to access the
|
||||
* Implementers can call getItemAtPosition(position) if they need to access the
|
||||
* data associated with the selected item.
|
||||
*
|
||||
* @param parent The AdapterView where the selection happened
|
||||
@@ -778,8 +778,8 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {
|
||||
// We are now GONE, so pending layouts will not be dispatched.
|
||||
// Force one here to make sure that the state of the list matches
|
||||
// the state of the adapter.
|
||||
if (mDataChanged) {
|
||||
this.onLayout(false, mLeft, mTop, mRight, mBottom);
|
||||
if (mDataChanged) {
|
||||
this.onLayout(false, mLeft, mTop, mRight, mBottom);
|
||||
}
|
||||
} else {
|
||||
if (mEmptyView != null) mEmptyView.setVisibility(View.GONE);
|
||||
@@ -1304,4 +1304,4 @@ public abstract class AdapterView<T extends Adapter> extends ViewGroup {
|
||||
structure.setAutofillOptions(options);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user