Automated import from //branches/master/...@142575,142575
This commit is contained in:
committed by
The Android Open Source Project
parent
8b0662878e
commit
9c802c1e95
@@ -763,7 +763,16 @@ public class AlertDialog extends Dialog implements DialogInterface {
|
||||
P.mForceInverseBackground = useInverseBackground;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
public Builder setRecycleOnMeasureEnabled(boolean enabled) {
|
||||
P.mRecycleOnMeasure = enabled;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Creates a {@link AlertDialog} with the arguments supplied to this builder. It does not
|
||||
* {@link Dialog#show()} the dialog. This allows the user to do any extra processing
|
||||
|
||||
Reference in New Issue
Block a user