History log of /frameworks/base/core/java/android/preference/PreferenceFrameLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6090995951c6e2e4dcf38102f01793f8a94166e1 19-Nov-2013 John Spurlock <jspurlock@google.com> Remove unused imports from frameworks/base.

Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
/frameworks/base/core/java/android/preference/PreferenceFrameLayout.java
617feb99a06e7ffb3894e86a286bf30e085f321a 10-Sep-2013 Alan Viverette <alanv@google.com> Add View constructor that supplies a default style resource

Also updates the constructor of every class that extends View.

BUG: 10676369
Change-Id: Ifaf27bf82028d180afa4931c0e906df88d858ac3
/frameworks/base/core/java/android/preference/PreferenceFrameLayout.java
3c9f519f898f8fc809550199ea823c0225c682a8 09-Dec-2010 Amith Yamasani <yamasani@google.com> Move the breadcrumbs to the right pane.

Bug: 3236568
/frameworks/base/core/java/android/preference/PreferenceFrameLayout.java
c57406cdfa1925c3474e87865c51950b76ee0347 09-Dec-2010 Jim Miller <jaggies@google.com> Fix 3148496: Update PreferenceActivity to handle single-pane fragments.

This fixes a couple of bugs I found while updating SecuritySettings.

Change-Id: I9881cff71799ddf3c1d1493c2f7f3bfb31ca7774
/frameworks/base/core/java/android/preference/PreferenceFrameLayout.java
8b2fb60cd49426c77869ddd91cbf4130d337a41c 25-Nov-2010 Mindy Pereira <mindyp@google.com> Preference changes to layouts.

Change-Id: I37366c3465aa1d8d2bd30fb6ae4b821f5f2d5e2d
Additional changes to make the left and right padding
behave the same way as the top and bottom padding.
That is, our default pref screens will automatically
apply the padding and clipToPadding tags. Custom preference
screens will appear as before.
Uses LayoutParams now instead of a specific id.
/frameworks/base/core/java/android/preference/PreferenceFrameLayout.java
35c8be065541fc818cc06567acd3c763b5f86056 24-Nov-2010 Mindy Pereira <mindyp@google.com> Use getDimensionPixel size instead of casting to an int.

Change-Id: I907c8be25bd4cf0fefc2bb4e0282db2d136da099
/frameworks/base/core/java/android/preference/PreferenceFrameLayout.java
2266b92072b2eda16ef71ed6f3d8811159b756de 23-Nov-2010 Mindy Pereira <mindyp@google.com> Create logic for applying padding only to custom preference layouts

n the case of any standard PreferenceFragment layout, we can
change the list styling to add padding and set clipToPadding to false.
In this case, we don't want extra padding in the parent ViewGroup
(R.id.prefs).
When an app specifies a custom preference fragment layout, we want
to add the previously existing padding styles R.id.prefs.

Change-Id: Idfd77dcbef264c6f5f4121b66fd54c684ad0a288
/frameworks/base/core/java/android/preference/PreferenceFrameLayout.java