Searched refs:isInstanceOf (Results 1 – 11 of 11) sorted by relevance
52 assertThat(drawable.getDrawable(0)).isInstanceOf(VectorDrawable.class); in testCreateLayerDrawable_configCorrect()53 assertThat(drawable.getDrawable(1)).isInstanceOf( in testCreateLayerDrawable_configCorrect()65 assertThat(drawable.getDrawable(0)).isInstanceOf(VectorDrawable.class); in testCreateLayerDrawable_withIconScale_configCorrect()66 assertThat(drawable.getDrawable(1)).isInstanceOf( in testCreateLayerDrawable_withIconScale_configCorrect()
67 public static boolean isInstanceOf(Object object, String className) { in isInstanceOf() method in ReflectionUtils83 public static boolean isInstanceOf(Object object, String[] classNames) { in isInstanceOf() method in ReflectionUtils
47 assertThat(drawable).isInstanceOf(BluetoothDeviceLayerDrawable.class); in testGetBluetoothDrawable_hasBatteryLevel_returnLayerDrawable()
61 .isInstanceOf(LinkMovementMethod.class); in bindPreference_shouldLinkifyContent()
91 assertThat(drawable).isInstanceOf(BitmapDrawable.class); in setIcon_resourceId_shouldSetIcon()
72 assertThat(switchContent).isInstanceOf(CheckableLinearLayout.class); in testInitialState()
96 import static com.android.layoutlib.bridge.util.ReflectionUtils.isInstanceOf;733 if (isInstanceOf(group.getChildAt(i), className)) { in findChildView()746 if (isInstanceOf(group.getChildAt(i), DesignLibUtil.CN_TOOLBAR)) { in hasToolbar()835 if (ReflectionUtils.isInstanceOf(tabHost, FragmentTabHostUtil.CN_FRAGMENT_TAB_HOST)) { in setupTabHost()
104 assertThat(charSequence).isInstanceOf(SpannableStringBuilder.class); in testFormatElapsedTime_onlyContainsMinute_hasTtsSpan()
427 if (ReflectionUtils.isInstanceOf(view, RecyclerViewUtil.CN_RECYCLER_VIEW)) { in setupViewInContext()447 } else if (ReflectionUtils.isInstanceOf(view, DrawerLayoutUtil.CN_DRAWER_LAYOUT)) { in setupViewInContext()
70 assertThat(textView.getMovementMethod()).isInstanceOf(TouchableLinkMovementMethod.class); in testLinkAnnotation()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...