Searched refs:setCompoundDrawablesWithIntrinsicBounds (Results 1 – 6 of 6) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTextView.java | 161 public 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/libmojo/base/android/java/src/org/chromium/base/ |
D | ApiCompatibilityUtils.java | 258 textView.setCompoundDrawablesWithIntrinsicBounds(isRtl ? end : start, top, in setCompoundDrawablesRelativeWithIntrinsicBounds() 263 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds() 276 textView.setCompoundDrawablesWithIntrinsicBounds(isRtl ? end : start, top, in setCompoundDrawablesRelativeWithIntrinsicBounds() 281 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTextView.java | 239 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { in setCompoundDrawablesWithIntrinsicBounds() method in ShadowTextView 244 public void setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top, in setCompoundDrawablesWithIntrinsicBounds() method in ShadowTextView 439 setCompoundDrawablesWithIntrinsicBounds( in applyCompoundDrawablesWithIntrinsicBoundsAttributes()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 350 …textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.an_image, R.drawable.an_other_image, R… in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds() 360 textView.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0); in testSetCompountDrawablesWithIntrinsicBounds_int_shouldNotCreateDrawablesForZero() 478 …textView.setCompoundDrawablesWithIntrinsicBounds(R.drawable.l0_red, R.drawable.l1_orange, R.drawab… in setCompoundDrawablesWithIntrinsicBounds_setsValues()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TextViewTest.java | 317 textView.setCompoundDrawablesWithIntrinsicBounds(6, 7, 8, 9); in testSetCompountDrawablesWithIntrinsicBounds_int_shouldCreateDrawablesWithResourceIds() 327 textView.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0); in testSetCompountDrawablesWithIntrinsicBounds_int_shouldNotCreateDrawablesForZero()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | LoopbackActivity.java | 932 latencyStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState() 940 latencyStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState() 950 bufferStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState() 960 bufferStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState() 970 bufferStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState() 981 bufferStart.setCompoundDrawablesWithIntrinsicBounds( in setTransportButtonsState()
|