Searched refs:sCompatDrawableVisibilityDispatch (Results 1 – 1 of 1) sorted by relevance
148 private static boolean sCompatDrawableVisibilityDispatch; field in ImageView244 sCompatDrawableVisibilityDispatch = targetSdkVersion < Build.VERSION_CODES.N; in initImageView()994 if (!sCompatDrawableVisibilityDispatch && !sameDrawable && isAttachedToWindow()) {1007 if (!sameDrawable || sCompatDrawableVisibilityDispatch) {1008 final boolean visible = sCompatDrawableVisibilityDispatch1600 if (mDrawable != null && !sCompatDrawableVisibilityDispatch) {1610 if (mDrawable != null && sCompatDrawableVisibilityDispatch) {1619 if (mDrawable != null && sCompatDrawableVisibilityDispatch) {1628 if (mDrawable != null && sCompatDrawableVisibilityDispatch) {