Loading core/java/android/app/AlertDialog.java +0 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ import android.database.Cursor; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.os.Message; import android.util.Log; import android.util.TypedValue; import android.view.ContextThemeWrapper; import android.view.KeyEvent; Loading core/java/android/app/DatePickerDialog.java +1 −4 Original line number Diff line number Diff line Loading @@ -71,10 +71,7 @@ public class DatePickerDialog extends AlertDialog implements OnClickListener, int year, int monthOfYear, int dayOfMonth) { this(context, context.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.HONEYCOMB ? com.android.internal.R.style.Theme_Holo_Dialog_Alert : com.android.internal.R.style.Theme_Dialog_Alert, callBack, year, monthOfYear, dayOfMonth); this(context, 0, callBack, year, monthOfYear, dayOfMonth); } /** Loading core/java/android/app/TimePickerDialog.java +1 −6 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ import com.android.internal.R; import android.content.Context; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.os.Build; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; Loading Loading @@ -72,11 +71,7 @@ public class TimePickerDialog extends AlertDialog public TimePickerDialog(Context context, OnTimeSetListener callBack, int hourOfDay, int minute, boolean is24HourView) { this(context, context.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.HONEYCOMB ? com.android.internal.R.style.Theme_Holo_Dialog_Alert : com.android.internal.R.style.Theme_Dialog_Alert, callBack, hourOfDay, minute, is24HourView); this(context, 0, callBack, hourOfDay, minute, is24HourView); } /** Loading core/java/android/widget/NumberPicker.java +1 −1 Original line number Diff line number Diff line Loading @@ -534,7 +534,7 @@ public class NumberPicker extends LinearLayout { }); // create the fling and adjust scrollers mFlingScroller = new Scroller(getContext()); mFlingScroller = new Scroller(getContext(), null, true); mAdjustScroller = new Scroller(getContext(), new OvershootInterpolator()); updateInputTextView(); Loading Loading
core/java/android/app/AlertDialog.java +0 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,6 @@ import android.database.Cursor; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.os.Message; import android.util.Log; import android.util.TypedValue; import android.view.ContextThemeWrapper; import android.view.KeyEvent; Loading
core/java/android/app/DatePickerDialog.java +1 −4 Original line number Diff line number Diff line Loading @@ -71,10 +71,7 @@ public class DatePickerDialog extends AlertDialog implements OnClickListener, int year, int monthOfYear, int dayOfMonth) { this(context, context.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.HONEYCOMB ? com.android.internal.R.style.Theme_Holo_Dialog_Alert : com.android.internal.R.style.Theme_Dialog_Alert, callBack, year, monthOfYear, dayOfMonth); this(context, 0, callBack, year, monthOfYear, dayOfMonth); } /** Loading
core/java/android/app/TimePickerDialog.java +1 −6 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ import com.android.internal.R; import android.content.Context; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.os.Build; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; Loading Loading @@ -72,11 +71,7 @@ public class TimePickerDialog extends AlertDialog public TimePickerDialog(Context context, OnTimeSetListener callBack, int hourOfDay, int minute, boolean is24HourView) { this(context, context.getApplicationInfo().targetSdkVersion >= Build.VERSION_CODES.HONEYCOMB ? com.android.internal.R.style.Theme_Holo_Dialog_Alert : com.android.internal.R.style.Theme_Dialog_Alert, callBack, hourOfDay, minute, is24HourView); this(context, 0, callBack, hourOfDay, minute, is24HourView); } /** Loading
core/java/android/widget/NumberPicker.java +1 −1 Original line number Diff line number Diff line Loading @@ -534,7 +534,7 @@ public class NumberPicker extends LinearLayout { }); // create the fling and adjust scrollers mFlingScroller = new Scroller(getContext()); mFlingScroller = new Scroller(getContext(), null, true); mAdjustScroller = new Scroller(getContext(), new OvershootInterpolator()); updateInputTextView(); Loading