Home
last modified time | relevance | path

Searched refs:setCompoundDrawablesWithIntrinsicBounds (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java161 protected void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { in setCompoundDrawablesWithIntrinsicBounds() method in ShadowTextView
166 …directlyOn(realTextView, TextView.class).setCompoundDrawablesWithIntrinsicBounds(left, top, right,… in setCompoundDrawablesWithIntrinsicBounds()
/external/libchrome/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java230 textView.setCompoundDrawablesWithIntrinsicBounds(isRtl ? end : start, top, in setCompoundDrawablesRelativeWithIntrinsicBounds()
235 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
248 textView.setCompoundDrawablesWithIntrinsicBounds(isRtl ? end : start, top, in setCompoundDrawablesRelativeWithIntrinsicBounds()
253 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DTypeExtensions.kt40 setCompoundDrawablesWithIntrinsicBounds(drawable, null, null, null) in urlIntent()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java351 …textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.an_image, R.drawable.an_other_image, R… in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds()
361 textView.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0); in testSetCompountDrawablesWithIntrinsicBounds_int_shouldNotCreateDrawablesForZero()
480 …textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.l0_red, R.drawable.l1_orange, R.drawab… in setCompoundDrawablesWithIntrinsicBounds_setsValues()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java1066 latencyStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState()
1074 latencyStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState()
1084 bufferStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState()
1094 bufferStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState()
1104 calibrationStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState()
1115 calibrationStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState()