Home
last modified time | relevance | path

Searched refs:peekValue (Results 1 – 15 of 15) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextHelper.java319 TypedValue peekValue = a.peekValue(R.styleable.AppCompatTextView_lineHeight); in loadFromAttributes() local
320 if (peekValue != null && peekValue.type == TypedValue.TYPE_DIMENSION) { in loadFromAttributes()
321 lineHeightUnit = TypedValueCompat.getUnitFromComplexDimension(peekValue.data); in loadFromAttributes()
322 lineHeight = TypedValue.complexToFloat(peekValue.data); in loadFromAttributes()
DTintTypedArray.java242 public TypedValue peekValue(int index) { in peekValue() method in TintTypedArray
243 return mWrapped.peekValue(index); in peekValue()
/appcompat/appcompat/api/
Drestricted_1.3.0-beta01.txt1999 method public android.util.TypedValue! peekValue(int);
Drestricted_1.1.0-beta01.txt1996 method public android.util.TypedValue! peekValue(int);
Drestricted_1.3.0-beta02.txt1999 method public android.util.TypedValue! peekValue(int);
Drestricted_1.0.0.txt1991 method public android.util.TypedValue! peekValue(int);
Drestricted_1.1.0-rc01.txt1996 method public android.util.TypedValue! peekValue(int);
Drestricted_1.2.0-beta01.txt2001 method public android.util.TypedValue! peekValue(int);
Drestricted_1.6.0-beta02.txt2078 method public android.util.TypedValue! peekValue(int);
Drestricted_current.txt2078 method public android.util.TypedValue! peekValue(int);
Drestricted_1.5.0-beta01.txt2066 method public android.util.TypedValue! peekValue(int);
Drestricted_1.7.0-beta01.txt2079 method public android.util.TypedValue! peekValue(int);
Drestricted_1.6.0-beta01.txt2078 method public android.util.TypedValue! peekValue(int);
Drestricted_1.4.0-beta02.txt2035 method public android.util.TypedValue! peekValue(int);
Drestricted_1.4.0-beta01.txt2035 method public android.util.TypedValue! peekValue(int);