Searched refs:setCompoundDrawablesWithIntrinsicBounds (Results 1 – 3 of 3) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTextView.java | 161 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTextViewTest.java | 351 …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/ |
D | LoopbackActivity.java | 1066 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()
|