OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypedArrayUtils
(Results
1 - 6
of
6
) sorted by null
/frameworks/support/v7/preference/src/android/support/v7/preference/
CheckBoxPreference.java
21
import android.support.v4.content.res.
TypedArrayUtils
;
50
setSummaryOn(
TypedArrayUtils
.getString(a, R.styleable.CheckBoxPreference_summaryOn,
53
setSummaryOff(
TypedArrayUtils
.getString(a, R.styleable.CheckBoxPreference_summaryOff,
56
setDisableDependentsState(
TypedArrayUtils
.getBoolean(a,
SwitchPreferenceCompat.java
21
import android.support.v4.content.res.
TypedArrayUtils
;
81
setSummaryOn(
TypedArrayUtils
.getString(a, R.styleable.SwitchPreferenceCompat_summaryOn,
84
setSummaryOff(
TypedArrayUtils
.getString(a, R.styleable.SwitchPreferenceCompat_summaryOff,
87
setSwitchTextOn(
TypedArrayUtils
.getString(a,
91
setSwitchTextOff(
TypedArrayUtils
.getString(a,
95
setDisableDependentsState(
TypedArrayUtils
.getBoolean(a,
/frameworks/support/v4/java/android/support/v4/content/res/
TypedArrayUtils.java
28
public class
TypedArrayUtils
{
/frameworks/support/v14/preference/src/android/support/v14/preference/
SwitchPreference.java
21
import android.support.v4.content.res.
TypedArrayUtils
;
83
setSummaryOn(
TypedArrayUtils
.getString(a, R.styleable.SwitchPreference_summaryOn,
86
setSummaryOff(
TypedArrayUtils
.getString(a, R.styleable.SwitchPreference_summaryOff,
89
setSwitchTextOn(
TypedArrayUtils
.getString(a,
93
setSwitchTextOff(
TypedArrayUtils
.getString(a,
97
setDisableDependentsState(
TypedArrayUtils
.getBoolean(a,
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
Completed in 476 milliseconds