Automated import from //branches/cupcake/...@142469,142469

This commit is contained in:
Romain Guy
2009-03-24 19:46:34 -07:00
committed by The Android Open Source Project
parent e94fa1ba1d
commit edbabeb7fa
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