OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DimmableIconPreference
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/
DimmableIconPreference.java
34
public class
DimmableIconPreference
extends RestrictedPreference {
40
public
DimmableIconPreference
(Context context) {
44
public
DimmableIconPreference
(Context context, AttributeSet attrs) {
50
public
DimmableIconPreference
(Context context, @Nullable CharSequence contentDescription) {
/packages/apps/Settings/src/com/android/settings/location/
LocationSettings.java
41
import com.android.settings.
DimmableIconPreference
;
208
DimmableIconPreference
pref = new
DimmableIconPreference
(getPrefContext(),
SettingsInjector.java
43
import com.android.settings.
DimmableIconPreference
;
278
Preference pref = new
DimmableIconPreference
(mContext, badgedAppLabel);
/packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java
54
import com.android.settings.
DimmableIconPreference
;
117
public
DimmableIconPreference
addAccountPreference;
333
private
DimmableIconPreference
newAddAccountPreference(Context context) {
334
DimmableIconPreference
preference = new
DimmableIconPreference
(getPrefContext());
/packages/apps/Settings/src/com/android/settings/users/
UserSettings.java
60
import com.android.settings.
DimmableIconPreference
;
137
private
DimmableIconPreference
mAddUser;
226
mAddUser = (
DimmableIconPreference
) findPreference(KEY_ADD_USER);
[
all
...]
Completed in 98 milliseconds