Automated import from //branches/master/...@142575,142575

This commit is contained in:
Romain Guy
2009-03-25 15:07:31 -07:00
committed by The Android Open Source Project
parent 8b0662878e
commit 9c802c1e95
4 changed files with 46 additions and 11 deletions

View File

@@ -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