OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCompoundDrawablesImpl
(Results
1 - 3
of
3
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
HasCompoundDrawablesMatcher.java
27
ShadowTextView.CompoundDrawables actualCompoundDrawables = shadowOf(actual).
getCompoundDrawablesImpl
();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java
269
assertThat(shadowTextView.
getCompoundDrawablesImpl
().getTop(), equalTo(R.drawable.an_image));
270
assertThat(shadowTextView.
getCompoundDrawablesImpl
().getRight(), equalTo(R.drawable.an_other_image));
271
assertThat(shadowTextView.
getCompoundDrawablesImpl
().getBottom(), equalTo(R.drawable.third_image));
272
assertThat(shadowTextView.
getCompoundDrawablesImpl
().getLeft(), equalTo(R.drawable.fourth_image));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java
360
public CompoundDrawables
getCompoundDrawablesImpl
() {
Completed in 25 milliseconds