Searched refs:nine_patch_drawable (Results 1 – 3 of 3) sorted by relevance
115 public static final int nine_patch_drawable = nextId++; field in R.drawable
99 … assertThat(resourceLoader.isNinePatchDrawable(R.drawable.nine_patch_drawable), equalTo(true)); in shouldIdentifyNinePatchDrawables()
113 …assertThat( resources.getDrawable( R.drawable.nine_patch_drawable ), instanceOf( NinePatchDrawable… in testGetNinePatchDrawable()