Home
last modified time | relevance | path

Searched refs:getCompoundDrawables (Results 1 – 12 of 12) sorted by relevance

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTextViewBindingAdapterTest.java72 ((ColorDrawable) view.getCompoundDrawables()[0]).getColor()); in testDrawables()
74 ((ColorDrawable) view.getCompoundDrawables()[1]).getColor()); in testDrawables()
76 ((ColorDrawable) view.getCompoundDrawables()[2]).getColor()); in testDrawables()
78 ((ColorDrawable) view.getCompoundDrawables()[3]).getColor()); in testDrawables()
83 ((ColorDrawable) view.getCompoundDrawables()[0]).getColor()); in testDrawables()
85 ((ColorDrawable) view.getCompoundDrawables()[1]).getColor()); in testDrawables()
87 ((ColorDrawable) view.getCompoundDrawables()[2]).getColor()); in testDrawables()
89 ((ColorDrawable) view.getCompoundDrawables()[3]).getColor()); in testDrawables()
/frameworks/support/v4/tests/java/android/support/v4/widget/
DTextViewCompatTest.java147 final Drawable[] drawablesAbsolute = mTextView.getCompoundDrawables(); in testCompoundDrawablesRelative()
192 final Drawable[] drawablesAbsolute = mTextView.getCompoundDrawables(); in testCompoundDrawablesRelativeRtl()
228 final Drawable[] drawablesAbsolute = mTextView.getCompoundDrawables(); in testCompoundDrawablesRelativeWithIntrinsicBounds()
270 final Drawable[] drawablesAbsolute = mTextView.getCompoundDrawables(); in testCompoundDrawablesRelativeWithIntrinsicBoundsRtl()
303 final Drawable[] drawablesAbsolute = mTextView.getCompoundDrawables(); in testCompoundDrawablesRelativeWithIntrinsicBoundsById()
355 final Drawable[] drawablesAbsolute = mTextView.getCompoundDrawables(); in testCompoundDrawablesRelativeWithIntrinsicBoundsByIdRtl()
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DTextViewBindingAdapter.java147 Drawable[] drawables = view.getCompoundDrawables(); in setDrawableBottom()
154 Drawable[] drawables = view.getCompoundDrawables(); in setDrawableLeft()
161 Drawable[] drawables = view.getCompoundDrawables(); in setDrawableRight()
169 Drawable[] drawables = view.getCompoundDrawables(); in setDrawableTop()
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
DNavigationBarButton.java96 Drawable[] compoundDrawables = getCompoundDrawables(); in getAllCompoundDrawables()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatTextHelper.java161 final Drawable[] compoundDrawables = mView.getCompoundDrawables(); in applyCompoundDrawablesTints()
/frameworks/support/design/tests/src/android/support/design/testutils/
DTestUtilsMatchers.java166 final Drawable[] compoundDrawables = view.getCompoundDrawables();
/frameworks/base/core/java/android/widget/
DRemoteViews.java1983 : target.getCompoundDrawables();
DTextView.java2563 public Drawable[] getCompoundDrawables() { in getCompoundDrawables() method in TextView
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38755 method public android.graphics.drawable.Drawable[] getCompoundDrawables();
/frameworks/base/api/
Dcurrent.txt47888 method public android.graphics.drawable.Drawable[] getCompoundDrawables();
Dsystem-current.txt51245 method public android.graphics.drawable.Drawable[] getCompoundDrawables();
Dtest-current.txt47967 method public android.graphics.drawable.Drawable[] getCompoundDrawables();